aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add some code to Assert that when we release pin on a buffer, we areTom Lane2004-06-11
* Add URL about Win32 quoting behavior.Bruce Momjian2004-06-11
* When using extended-query protocol, postpone planning of unnamed statementsTom Lane2004-06-11
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-10
* Handle multiple double-quoted strings using Win32's system() call.Bruce Momjian2004-06-10
* Support assignment to subfields of composite columns in UPDATE and INSERT.Tom Lane2004-06-09
* Fix strerror_r by checking return type from configure.Bruce Momjian2004-06-07
* Minor catalog cleanups for composite-type stuff. Adjust signatures shownTom Lane2004-06-06
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Tweak palloc/repalloc to allow zero bytes to be requested, as per recentTom Lane2004-06-05
* Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitializedTom Lane2004-06-05
* Make the world very nearly safe for composite-type columns in tables.Tom Lane2004-06-05
* Resurrect heap_deformtuple(), this time implemented as a singly nestedTom Lane2004-06-04
* Remove typeTypeFlag(), which was not only unused but entirely redundantTom Lane2004-06-03
* Remove SYSCONFDIR from win32 include file.Bruce Momjian2004-06-03
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)Bruce Momjian2004-06-03
* Per previous discussions, here are two functions to send INT and TERMBruce Momjian2004-06-02
* OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER.Bruce Momjian2004-06-02
* Adjust btree index build to not use shared buffers, thereby avoiding theTom Lane2004-06-02
* Align GRANT/REVOKE behavior more closely with the SQL spec, per discussionTom Lane2004-06-01
* FastList is history, yay.Tom Lane2004-06-01
* Desultory de-FastList-ification. RelOptInfo.reltargetlist is back toTom Lane2004-06-01
* Additional mop-up for sync-to-fsync changes: avoid issuing fsyncs forTom Lane2004-05-31
* Minor code rationalization: FlushRelationBuffers just returns void,Tom Lane2004-05-31
* Per previous discussions, get rid of use of sync(2) in favor ofTom Lane2004-05-31
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Implement new PostmasterIsAlive() check for WIN32, per Claudio Natoli.Tom Lane2004-05-30
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-27
* Cleanup for Win32 pgkill.Bruce Momjian2004-05-27
* Move pgkill out into /port so pg_ctl can use it on Win32.Bruce Momjian2004-05-27
* A couple other cosmetic cleanups in new List stuff.Tom Lane2004-05-26
* Renumber to prevent duplicate oids. Update catalog version.Bruce Momjian2004-05-26
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* Renumber bit/boolean aggregates to remove duplicates.Bruce Momjian2004-05-26
* The added aggregates are:Bruce Momjian2004-05-26
* The patch adresses the TODO list item "Allow external interfaces toBruce Momjian2004-05-26
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-26
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Make the locale location relocatable.Bruce Momjian2004-05-25
* Still another place to make the world safe for zero-column tables:Tom Lane2004-05-23
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-23
* For multi-table ANALYZE, use per-table transactions when possibleTom Lane2004-05-22
* Use wide-character library routines, if available, for upper/lower/initcapTom Lane2004-05-22
* Probably need sys/time.h here too to be safe.Tom Lane2004-05-21
* Fix random breakage in exec.c for platforms where strdup is a macro.Tom Lane2004-05-21
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21