index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure fmgr_info() fills in fn_oid last, so that no partially
Peter Eisentraut
2001-05-19
1
-13
/
+22
*
Allow special '$libdir' macro to show up in object file path in CREATE
Peter Eisentraut
2001-05-19
1
-59
/
+60
*
Add dynamic_library_path parameter and automatic appending of shared
Peter Eisentraut
2001-05-17
2
-2
/
+201
*
pgindent run. Make it all clean.
Bruce Momjian
2001-03-22
2
-143
/
+161
*
Restructure the key include files per recent pghackers discussion: there
Tom Lane
2001-02-10
1
-1
/
+2
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
2
-4
/
+4
*
Revise handling of oldstyle/newstyle functions per recent discussions
Tom Lane
2000-11-20
2
-133
/
+223
*
Fix typo.
Tom Lane
2000-11-19
1
-1
/
+1
*
Update README with proposed new method for determining calling convention
Tom Lane
2000-11-19
1
-83
/
+173
*
Change SearchSysCache coding conventions so that a reference count is
Tom Lane
2000-11-16
2
-13
/
+17
*
Fix relative path references so that make knowns which dependencies refer
Peter Eisentraut
2000-08-31
1
-4
/
+4
*
SQL-language functions are now callable in ordinary fmgr contexts ...
Tom Lane
2000-08-24
1
-17
/
+5
*
Functions on 'text' type updated to new fmgr style. 'text' is
Tom Lane
2000-07-06
1
-1
/
+31
*
Update textin() and textout() to new fmgr style. This is just phase
Tom Lane
2000-07-05
2
-11
/
+8
*
First phase of memory management rewrite (see backend/utils/mmgr/README
Tom Lane
2000-06-28
1
-2
/
+2
*
Final #include cleanup.
Bruce Momjian
2000-06-15
1
-2
/
+2
*
Latest round of fmgr updates. All functions with bool,char, or int2
Tom Lane
2000-06-05
1
-96
/
+74
*
Third round of fmgr updates: eliminate calls using fmgr() and
Tom Lane
2000-05-30
1
-1
/
+5
*
Remove unused include files. Do not touch /port or includes used by defines.
Bruce Momjian
2000-05-30
1
-2
/
+1
*
Generated header files parse.h and fmgroids.h are now copied into
Tom Lane
2000-05-29
1
-3
/
+1
*
Second round of fmgr changes: triggers are now invoked in new style,
Tom Lane
2000-05-29
1
-2
/
+1
*
Install fmgr rewrite doc as README file.
Tom Lane
2000-05-28
1
-0
/
+409
*
First round of changes for new fmgr interface. fmgr itself and the
Tom Lane
2000-05-28
2
-793
/
+1278
*
I am attempting to integrate postgres (v 7.0) with an open source
Bruce Momjian
2000-05-22
1
-1
/
+2
*
Several compilation and run-time problems occur when building on SGI
Bruce Momjian
2000-05-16
1
-1
/
+47
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
1
-6
/
+7
*
Add:
Bruce Momjian
2000-01-26
2
-4
/
+6
*
More updates for function call interface > 8.
Bruce Momjian
2000-01-10
1
-26
/
+1
*
Update fmgr to allow 32 arguments.
Bruce Momjian
2000-01-10
1
-2
/
+242
*
Make number of args to a function configurable.
Bruce Momjian
2000-01-10
1
-11
/
+82
*
New LDOUT makefile variable for QNX os.
Bruce Momjian
1999-12-13
1
-2
/
+2
*
Make LD -r as macros that can be changed for QNX.
Bruce Momjian
1999-12-09
1
-2
/
+2
*
Add system indexes to match all caches.
Bruce Momjian
1999-11-22
2
-5
/
+5
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
1
-2
/
+2
*
Allow CREATE FUNCTION's WITH clause to be used for all language types,
Tom Lane
1999-10-02
1
-6
/
+8
*
heap_close(rel, AccessShareLock);
Vadim B. Mikheev
1999-09-28
1
-2
/
+2
*
I have been working with user defined types and user defined c
Bruce Momjian
1999-09-28
1
-3
/
+31
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
1
-19
/
+12
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
2
-7
/
+2
*
Add back improperly removed #include for utils/dynamic_loader.h.
Tom Lane
1999-07-16
1
-1
/
+3
*
Final cleanup
Bruce Momjian
1999-07-16
2
-18
/
+9
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
2
-11
/
+2
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
2
-4
/
+2
*
pgindent run over code.
Bruce Momjian
1999-05-25
2
-19
/
+30
*
Improve error message from failed LOAD command (include
Tom Lane
1999-05-22
1
-5
/
+9
*
Fix initdb problem introduced by recent patch.
Bruce Momjian
1999-05-10
1
-2
/
+2
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
2
-13
/
+13
*
Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while
Tom Lane
1999-04-09
1
-5
/
+17
*
Give a better error message if an SQL-language function is
Tom Lane
1999-04-03
1
-29
/
+69
*
Modify fmgr so that internal name (compiler name) of a built-in
Tom Lane
1999-03-29
1
-14
/
+16
[next]