aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use variable aliases, if supplied, rather than real column names inTom Lane2000-09-25
* Karel missed an ichar->chr ...Tom Lane2000-09-25
* the patch include:Bruce Momjian2000-09-25
* Fix GEQO optimizer to work correctly with new outer-join-capableTom Lane2000-09-19
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-17
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Btree WAL records.Vadim B. Mikheev2000-09-12
* This patch implements the following command:Bruce Momjian2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* This is temporal place holder for Relation File Node tillVadim B. Mikheev2000-09-10
* Heap redo/undo (except for tuple moving used by vacuum).Vadim B. Mikheev2000-09-07
* A bit of cleanup after SSL patch. Add it to config file, improvePeter Eisentraut2000-09-06
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Added functionsJan Wieck2000-09-05
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut2000-08-29
* * to_char:Bruce Momjian2000-08-29
* Update obsolete comments.Tom Lane2000-08-29
* Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut2000-08-27
* Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane2000-08-26
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-25
* Change return type of:Tatsuo Ishii2000-08-25
* Make the location of the Kerberos server key file run time configurablePeter Eisentraut2000-08-25
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-24
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-24
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-23
* Fix a many-legged critter reported by chifungfan@yahoo.com: under theTom Lane2000-08-22
* Move pg_checkretval out of the planner (where it never belonged) intoTom Lane2000-08-21
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-21
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21
* Standardize on just one spelling of BITSPERBYTE.Tom Lane2000-08-20
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-20
* Make functional indexes accept binary-compatible functions, for exampleTom Lane2000-08-20
* Clean up handling of variable-free qual clauses. System now does theTom Lane2000-08-13
* Mop-up for removal of ':' and ';' operators ... like, say, actuallyTom Lane2000-08-12
* Update comments for some parse node types.Tom Lane2000-08-11
* CREATE btree INDEX takes dead tuples into account when old transactionsHiroshi Inoue2000-08-10
* Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist'Tom Lane2000-08-08
* TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane2000-08-07
* Include the case-insensitive LIKE prototypes.Thomas G. Lockhart2000-08-07
* Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane2000-08-07
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-06
* Toast all the system-table columns that seem to need it. It turns outTom Lane2000-08-06
* Clean up inefficiency in ExecRelCheck, and cause it to do the rightTom Lane2000-08-06
* Ensure that catcache 'busy' flags are reset at transaction abort.Tom Lane2000-08-06
* > I had to back out the patch. It only compiles with multi-byte enabled.Bruce Momjian2000-08-05
* Back out to_ascii patch from Karel.Bruce Momjian2000-08-04
* Add missing files from Karel, tip from Jan.Bruce Momjian2000-08-04