summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-07-17Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane
2004-07-14Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut
2004-07-12Add has_tablespace_privilege().Bruce Momjian
2004-07-12Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane
2004-07-12The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian
2004-07-11ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane
2004-07-11Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane
2004-07-11Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane
2004-07-11Use standard macro for psql binary file open. Add comment explainingBruce Momjian
2004-07-11Allow configuration files to be placed outside the data directory.Bruce Momjian
2004-07-06Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian
2004-07-02Add missing operators of the form interval-plus-datetime, as required forTom Lane
2004-07-02Andreas Pflug wrote:Joe Conway
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-26Adjust pgstat message definitions so that the target message size isTom Lane
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-25Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane
2004-06-24Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane
2004-06-24Avoid including <sys/time.h> on platforms that don't have it.Tom Lane
2004-06-21Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane
2004-06-21Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian
2004-06-19Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhereTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-16Represent type-specific length coercion functions as pg_cast entries,Tom Lane
2004-06-14Arrange to explicitly stop the pgstat processes at the same time weTom Lane
2004-06-13Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane
2004-06-13Code review for recently-added network functions. Get it to work whenTom Lane
2004-06-11Add some code to Assert that when we release pin on a buffer, we areTom Lane
2004-06-11Add URL about Win32 quoting behavior.Bruce Momjian
2004-06-11When using extended-query protocol, postpone planning of unnamed statementsTom Lane
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-06-10Clean up generation of default names for constraints, indexes, and serialTom Lane
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