aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Support "OR condition ..." in plpgsql EXCEPTION clauses to make the syntaxTom Lane2004-07-31
* Be more consistent about reporting SPI errors in the various PLs.Tom Lane2004-07-31
* plpgsql does exceptions.Tom Lane2004-07-31
* Restructure error handling as recently discussed. It is now reallyTom Lane2004-07-31
* Revert ill-conceived patch that made elog(FATAL) the same as elog(ERROR)Tom Lane2004-07-28
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-28
* Replace nested-BEGIN syntax for subtransactions with spec-compliantTom Lane2004-07-27
* Move Win32 defines from port.h to win32.h.Bruce Momjian2004-07-23
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* The attached patch shows the new column "tablespace" in the mentionedBruce Momjian2004-07-21
* Back out pg_autovacuum commit after cvs clean failure causes commit.Bruce Momjian2004-07-21
* lease find enclosed a patch that matches the PL/Perl documentationBruce Momjian2004-07-21
* Allow borland compiles.Bruce Momjian2004-07-21
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Detect locale/encoding mismatch in initdb, or pick a suitable encodingPeter Eisentraut2004-07-14
* Add has_tablespace_privilege().Bruce Momjian2004-07-12
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-12
* The outer #define was forgotten. Attached patch adds it; please apply.Bruce Momjian2004-07-12
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Move TablespaceCreateDbspace() call into smgrcreate(), which is where itTom Lane2004-07-11
* Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, andTom Lane2004-07-11
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-11
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
* Add comment describing ereport() NOTICE/WARNING distinction.Bruce Momjian2004-07-06
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
* Andreas Pflug wrote:Joe Conway2004-07-02
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-25
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Avoid including <sys/time.h> on platforms that don't have it.Tom Lane2004-06-24
* Rename the built-in tablespaces to pg_default and pg_global, and prohibitTom Lane2004-06-21
* Rename pg_tablespaces directory to pg_tblspc, so it is more unique fromBruce Momjian2004-06-21
* Adjust TAS assembly as per recent discussions: use "+m"(*lock) everywhereTom Lane2004-06-19
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Represent type-specific length coercion functions as pg_cast entries,Tom Lane2004-06-16
* Arrange to explicitly stop the pgstat processes at the same time weTom Lane2004-06-14
* Give inet/cidr datatypes their own hash function that ignores the inet vsTom Lane2004-06-13
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-13
* 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