aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Reimplement alternative database locations with symlinks. No changes inPeter Eisentraut2000-11-08
* Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut2000-11-06
* Add support for AT TIME ZONE syntax.Thomas G. Lockhart2000-11-06
* Add functions to support AT TIME ZONE syntax.Thomas G. Lockhart2000-11-06
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* Allow ORDER BY, LIMIT in sub-selects. Fix most (not all) cases whereTom Lane2000-11-05
* Make the backend grok relative paths for the data directory by convertingPeter Eisentraut2000-11-04
* Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut2000-11-03
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* Fix insufficiently-parenthesized macro definitions.Tom Lane2000-11-02
* Add runtime configuration options to control permission bits and groupPeter Eisentraut2000-11-01
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Change the parser to convert SQL "position" and "substring" syntax toPeter Eisentraut2000-10-31
* Add support for code conversion between Unicode and other encodings.Tatsuo Ishii2000-10-30
* Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii2000-10-30
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-28
* As we don't use struct dirent, the #define SYSV_DIRENT is useless. If wePeter Eisentraut2000-10-28
* beos fixes from Cyril VELTERBruce Momjian2000-10-28
* WALVadim B. Mikheev2000-10-28
* Remove gcc-only macro definitionTatsuo Ishii2000-10-27
* Re-implement LIMIT/OFFSET as a plan node type, instead of a hack inTom Lane2000-10-26
* Fix breakage I introduced yesterday in MULTIBYTE compilations.Tom Lane2000-10-26
* Support SET/SHOW/RESET client_encoding and server_encoding even whenTom Lane2000-10-25
* WAL utils defsVadim B. Mikheev2000-10-25
* Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxorPeter Eisentraut2000-10-24
* Create empty file so that CVS sources compile (Vadim can fill in realTom Lane2000-10-24
* WAL miscVadim B. Mikheev2000-10-24
* Reconsider page size for large objects: rather than stuffing disk pagesTom Lane2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Back out xti.h portion of the patch.Bruce Momjian2000-10-23
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-23
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* datlastsysoid is an Oid, not an int4 ...Tom Lane2000-10-22
* Add new datlastsysoid to pg_database.Philip Warner2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* Move DLSUFFIX, AROPT, and CFLAGS_SL settings from template toPeter Eisentraut2000-10-21
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* WALVadim B. Mikheev2000-10-21
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* The following patch was sent to the patches list:Bruce Momjian2000-10-18
* I had to change buffer tag: now RelFileNode is used instead ofVadim B. Mikheev2000-10-18
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* Fix typo in code.Bruce Momjian2000-10-16
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* The configure script fails to find <netinet/tcp.h>.Bruce Momjian2000-10-14