| Commit message (Expand) | Author | Age |
* | Arrange for the default permissions on a database to allow temp table | Tom Lane | 2002-09-03 |
* | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut | 2002-09-03 |
* | Workaround for format strings that are concatenated from macros | Peter Eisentraut | 2002-09-03 |
* | Translation updates | Peter Eisentraut | 2002-09-02 |
* | Fix typos. | Peter Eisentraut | 2002-09-02 |
* | Convert control status codes to human-readable strings. | Peter Eisentraut | 2002-09-02 |
* | Tab completion in psql is missing the REINDEX command. | Bruce Momjian | 2002-09-02 |
* | I checked all the previous string handling errors and most of them were | Bruce Momjian | 2002-09-02 |
* | Add GUC variable to print original query to the server logs when there | Bruce Momjian | 2002-09-02 |
* | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 |
* | Improve footer length computation for psql. | Bruce Momjian | 2002-09-01 |
* | Add log_duration to GUC/postgresql.conf. | Bruce Momjian | 2002-09-01 |
* | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane | 2002-08-31 |
* | AUTOCOMMIT mode is now an available backend GUC variable; setting it | Tom Lane | 2002-08-30 |
* | Back out unintented tab change. | Bruce Momjian | 2002-08-30 |
* | Remove pgaccess from Makefile. | Bruce Momjian | 2002-08-30 |
* | Remove pgaccess from CVS. It has its own home now. | Bruce Momjian | 2002-08-30 |
* | Make pg_resetxlog options parsing more standard and prepare messages for | Peter Eisentraut | 2002-08-29 |
* | Code review for standalone composite types, query-specified composite | Tom Lane | 2002-08-29 |
* | Updates from Dennis Bjorklund | Peter Eisentraut | 2002-08-28 |
* | Break up the long usage messages in pg_dump and pg_restore and | Peter Eisentraut | 2002-08-28 |
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 |
* | Dump ALTER DATABASE/USER ... SET ... | Peter Eisentraut | 2002-08-28 |
* | Fix compile warning. | Tom Lane | 2002-08-27 |
* | Flush output streams before calling pg_dump subprocess. | Peter Eisentraut | 2002-08-27 |
* | Disable use of -c and -a together in pg_dump; they don't make sense together. | Bruce Momjian | 2002-08-27 |
* | Enable locale, so case conversion (identifier processing) and number | Peter Eisentraut | 2002-08-27 |
* | Reimplement pg_dumpall in C. Currently no change in functionality, | Peter Eisentraut | 2002-08-27 |
* | Add '+' mention in \? help. More clean of \? to do. | Bruce Momjian | 2002-08-27 |
* | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian | 2002-08-27 |
* | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | 2002-08-27 |
* | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 |
* | Fix bit rot in pg_dump's ability to dump from 7.2 and 7.1 servers. | Tom Lane | 2002-08-22 |
* | Fixed-size buffer in dumpClasses is not big enough anymore given the | Tom Lane | 2002-08-22 |
* | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 |
* | Add --help and --version options. Message cleanup. NLS. | Peter Eisentraut | 2002-08-21 |
* | Move PO files into subdirectories separate from the source code. | Peter Eisentraut | 2002-08-21 |
* | Enable large file support. | Peter Eisentraut | 2002-08-20 |
* | Fix pg_dump to dump serial columns as serials. Per pghackers discussion, | Tom Lane | 2002-08-19 |
* | Fix small copy-and-pasteo. | Tom Lane | 2002-08-18 |
* | Make pg_dump output more portable and more pleasing to look at. | Peter Eisentraut | 2002-08-18 |
* | Use variable for format to suppress overly-anal-retentive gcc warning | Tom Lane | 2002-08-18 |
* | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian | 2002-08-17 |
* | [ Newest version of patch applied.] | Bruce Momjian | 2002-08-17 |
* | Fix broken Makefiles. | Tom Lane | 2002-08-17 |
* | Add files for pg_resetxlog. | Bruce Momjian | 2002-08-17 |
* | Move pg_controldata to /bin. | Bruce Momjian | 2002-08-17 |
* | Modify pg_dump to dump foreign-key constraints as constraints, not as | Tom Lane | 2002-08-16 |
* | Code review for patch to dump primary and unique constraints as | Tom Lane | 2002-08-16 |
* | Move pg_controldata from /contrib to src/bin. | Bruce Momjian | 2002-08-16 |