| Commit message (Expand) | Author | Age |
* | dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) | Tom Lane | 2005-08-28 |
* | Windows needs WSAStartup() before getaddrinfo() will work. Andrew Dunstan | Tom Lane | 2005-08-27 |
* | Original assumption that our own getaddrinfo routine would never support | Tom Lane | 2005-08-25 |
* | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane | 2005-08-23 |
* | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane | 2005-08-22 |
* | Use an initdb-time test to see if the local version of getaddrinfo() | Tom Lane | 2005-08-22 |
* | Clean up recent patch for PL handler functions in pg_catalog: the patch | Tom Lane | 2005-08-15 |
* | Make createlang and droplang proof against weird search_path settings | Tom Lane | 2005-08-15 |
* | Clean up some stray remaining references to pg_shadow, pg_user, pg_group. | Tom Lane | 2005-08-15 |
* | Change pg_dump to use pg_roles instead of pg_user on 8.1 and up, | Tom Lane | 2005-08-15 |
* | Update the createuser utility for the ROLEs world. Alvaro Herrera | Tom Lane | 2005-08-14 |
* | Fix psql's \d commands to use pg_roles instead of pg_user, so that | Tom Lane | 2005-08-14 |
* | Fix up tab completion for ROLEs and add some more completion logic for | Tom Lane | 2005-08-14 |
* | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 |
* | Extend pg_config to be able to report the build-time values of CC, | Tom Lane | 2005-08-09 |
* | Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or | Tom Lane | 2005-08-02 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 |
* | Move reindexdb from /contrib to /bin. | Bruce Momjian | 2005-07-29 |
* | Add tab completion syntax for PREPARE 2-phase commit syntax. | Bruce Momjian | 2005-07-28 |
* | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway | 2005-07-27 |
* | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway | 2005-07-27 |
* | Add username for psql password prompt, if the username was specified. | Bruce Momjian | 2005-07-25 |
* | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 |
* | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 |
* | \pset numericsep -> numericlocale. | Bruce Momjian | 2005-07-18 |
* | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian | 2005-07-18 |
* | Avoid use of E'', and thereby creating an unnecessary version-dependency, | Tom Lane | 2005-07-18 |
* | Avoid need for E'' construct by using regexp instead of LIKE. More | Tom Lane | 2005-07-18 |
* | Fix numiericsep length computations. | Bruce Momjian | 2005-07-18 |
* | Adjust psql describe queries so that any pg_foo_is_visible() condition | Tom Lane | 2005-07-18 |
* | Enable multi-byte thousands_sep and decimal_point for numericsep. | Bruce Momjian | 2005-07-14 |
* | Make better thousands_sep default based on decimal marker value. | Bruce Momjian | 2005-07-14 |
* | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian | 2005-07-14 |
* | Add numeric separator support for latex and troff output methods. | Bruce Momjian | 2005-07-14 |
* | barebones variable name -> tuples_only, for consistency. | Bruce Momjian | 2005-07-14 |
* | Fix malloc length for new numeric separator patch. | Bruce Momjian | 2005-07-14 |
* | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 |
* | Reverse pg_malloc patch because psql/print.c is used in scripts files | Bruce Momjian | 2005-07-10 |
* | Use failure-safe pg_malloc consistently in psql/print.c. | Bruce Momjian | 2005-07-10 |
* | Add --encoding to pg_dump. | Bruce Momjian | 2005-07-10 |
* | This patch implements putting language handlers for the optional PLs | Bruce Momjian | 2005-07-10 |
* | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian | 2005-07-10 |
* | Try connecting to both postgres and template1 databases to do the initial | Tom Lane | 2005-07-08 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | Attached is a patch that enhances the "\h" capability in psql. I often | Bruce Momjian | 2005-07-06 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 |
* | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 |
* | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian | 2005-07-01 |
* | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 |