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