aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* For a SQL function declared to return a named composite type, makeTom Lane2004-07-15
* Add has_tablespace_privilege().Bruce Momjian2004-07-12
* Put back canonicalization of PGDATA environment variable.Bruce Momjian2004-07-12
* Use strdup in pg_ctl for canonicalize_path on environment variable.Bruce Momjian2004-07-12
* Remove TABLESPACE option of CREATE SEQUENCE; sequences will now alwaysTom Lane2004-07-12
* Fix library_path with canonicalization.Bruce Momjian2004-07-12
* Canonicalize preload_libraries after it is split up, not before.Bruce Momjian2004-07-12
* Cleanup for canonicalization fixes, from Tom.Bruce Momjian2004-07-11
* ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane.Tom Lane2004-07-11
* Remove postgresql.conf of 'info' as a valid client_min_messages level.Bruce Momjian2004-07-11
* Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian2004-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
* Cause the format of BC timestamptz output to be 'datetime zone BC' ratherTom Lane2004-07-11
* Allow configuration files to be placed outside the data directory.Bruce Momjian2004-07-11
* Defend against overrun of ExtraOptions array --- strictly paranoia,Tom Lane2004-07-10
* Test HAVING condition before computing targetlist of an Aggregate node.Tom Lane2004-07-10
* Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane2004-07-06
* Fix unchecked mallocs/strdups added by recent placeholder-config-varsTom Lane2004-07-05
* Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro.Tom Lane2004-07-03
* Add missing operators of the form interval-plus-datetime, as required forTom Lane2004-07-02
* Andreas Pflug wrote:Joe Conway2004-07-02
* Translation updatePeter Eisentraut2004-07-02
* More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finishTom Lane2004-07-01
* Further review of xact.c state machine for nested transactions. FixTom Lane2004-07-01
* Fix seriously nasty memory leak in new TransactionIdIsInProgress code.Tom Lane2004-07-01
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Remove some no-longer-needed #includes.Tom Lane2004-06-28
* Fix some bogus code in ConstBit production --- it managed to work, butTom Lane2004-06-28
* Translation updatesDennis Bjorklund2004-06-27
* Adjust pgstat message definitions so that the target message size isTom Lane2004-06-26
* Translation updatesDennis Bjorklund2004-06-26
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-25
* Translation updatesDennis Bjorklund2004-06-25
* Add pg_get_serial_sequence() function, and cause pg_dump to use it.Tom Lane2004-06-25
* #ifdef out file permissions check on SSL key file when on Windows, asTom Lane2004-06-25
* Replace direct fprintf(stderr) calls by write_stderr(), and cause thisTom Lane2004-06-24
* Fix information schema views to return NULL for precision and scale ofTom Lane2004-06-22
* Add comment about rationale for continuing to use C library functionsTom Lane2004-06-21
* 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
* Looks like s_lock_test needs <time.h> on some platforms.Tom Lane2004-06-19
* s_lock_test requires libpgport to build now.Tom Lane2004-06-19
* Fix oversight in recent rowtype-handling improvements: transformTargetListTom 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
* Translation updatePeter Eisentraut2004-06-13
* Code review for recently-added network functions. Get it to work whenTom Lane2004-06-13