| Commit message (Expand) | Author | Age |
* | For a SQL function declared to return a named composite type, make | Tom Lane | 2004-07-15 |
* | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 |
* | Put back canonicalization of PGDATA environment variable. | Bruce Momjian | 2004-07-12 |
* | Use strdup in pg_ctl for canonicalize_path on environment variable. | Bruce Momjian | 2004-07-12 |
* | Remove TABLESPACE option of CREATE SEQUENCE; sequences will now always | Tom Lane | 2004-07-12 |
* | Fix library_path with canonicalization. | Bruce Momjian | 2004-07-12 |
* | Canonicalize preload_libraries after it is split up, not before. | Bruce Momjian | 2004-07-12 |
* | Cleanup for canonicalization fixes, from Tom. | Bruce Momjian | 2004-07-11 |
* | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 |
* | Remove postgresql.conf of 'info' as a valid client_min_messages level. | Bruce Momjian | 2004-07-11 |
* | Use canonicalize_path for -D, GUC paths, and paths coming in from | Bruce Momjian | 2004-07-11 |
* | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane | 2004-07-11 |
* | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 |
* | Cause the format of BC timestamptz output to be 'datetime zone BC' rather | Tom Lane | 2004-07-11 |
* | Allow configuration files to be placed outside the data directory. | Bruce Momjian | 2004-07-11 |
* | Defend against overrun of ExtraOptions array --- strictly paranoia, | Tom Lane | 2004-07-10 |
* | Test HAVING condition before computing targetlist of an Aggregate node. | Tom Lane | 2004-07-10 |
* | Fix broken logic for pretty-printing parenthesis-suppression in UNION | Tom Lane | 2004-07-06 |
* | Fix unchecked mallocs/strdups added by recent placeholder-config-vars | Tom Lane | 2004-07-05 |
* | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane | 2004-07-03 |
* | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 |
* | Andreas Pflug wrote: | Joe Conway | 2004-07-02 |
* | Translation update | Peter Eisentraut | 2004-07-02 |
* | More paranoia in AtEOSubXact_SPI: don't assume we can safely use SPI_finish | Tom Lane | 2004-07-01 |
* | Further review of xact.c state machine for nested transactions. Fix | Tom Lane | 2004-07-01 |
* | Fix seriously nasty memory leak in new TransactionIdIsInProgress code. | Tom Lane | 2004-07-01 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Remove some no-longer-needed #includes. | Tom Lane | 2004-06-28 |
* | Fix some bogus code in ConstBit production --- it managed to work, but | Tom Lane | 2004-06-28 |
* | Translation updates | Dennis Bjorklund | 2004-06-27 |
* | Adjust pgstat message definitions so that the target message size is | Tom Lane | 2004-06-26 |
* | Translation updates | Dennis Bjorklund | 2004-06-26 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Translation updates | Dennis Bjorklund | 2004-06-25 |
* | Add pg_get_serial_sequence() function, and cause pg_dump to use it. | Tom Lane | 2004-06-25 |
* | #ifdef out file permissions check on SSL key file when on Windows, as | Tom Lane | 2004-06-25 |
* | Replace direct fprintf(stderr) calls by write_stderr(), and cause this | Tom Lane | 2004-06-24 |
* | Fix information schema views to return NULL for precision and scale of | Tom Lane | 2004-06-22 |
* | Add comment about rationale for continuing to use C library functions | Tom Lane | 2004-06-21 |
* | Rename the built-in tablespaces to pg_default and pg_global, and prohibit | Tom Lane | 2004-06-21 |
* | Rename pg_tablespaces directory to pg_tblspc, so it is more unique from | Bruce Momjian | 2004-06-21 |
* | Looks like s_lock_test needs <time.h> on some platforms. | Tom Lane | 2004-06-19 |
* | s_lock_test requires libpgport to build now. | Tom Lane | 2004-06-19 |
* | Fix oversight in recent rowtype-handling improvements: transformTargetList | Tom Lane | 2004-06-19 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 |
* | Arrange to explicitly stop the pgstat processes at the same time we | Tom Lane | 2004-06-14 |
* | Give inet/cidr datatypes their own hash function that ignores the inet vs | Tom Lane | 2004-06-13 |
* | Translation update | Peter Eisentraut | 2004-06-13 |
* | Code review for recently-added network functions. Get it to work when | Tom Lane | 2004-06-13 |