| Commit message (Expand) | Author | Age | Files | Lines |
| * | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane | 2005-08-12 | 2 | -55/+5 |
| * | Extend pg_config to be able to report the build-time values of CC, | Tom Lane | 2005-08-09 | 3 | -66/+283 |
| * | Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or | Tom Lane | 2005-08-02 | 1 | -2/+12 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -86/+264 |
| * | Add GUC variables to control keep-alive times for idle, interval, and | Bruce Momjian | 2005-07-30 | 1 | -1/+4 |
| * | Move reindexdb from /contrib to /bin. | Bruce Momjian | 2005-07-29 | 3 | -4/+357 |
| * | Add tab completion syntax for PREPARE 2-phase commit syntax. | Bruce Momjian | 2005-07-28 | 1 | -4/+11 |
| * | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway | 2005-07-27 | 1 | -2/+2 |
| * | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway | 2005-07-27 | 1 | -2/+2 |
| * | Add username for psql password prompt, if the username was specified. | Bruce Momjian | 2005-07-25 | 2 | -6/+28 |
| * | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane | 2005-07-25 | 3 | -8/+8 |
| * | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane | 2005-07-23 | 1 | -1/+2 |
| * | \pset numericsep -> numericlocale. | Bruce Momjian | 2005-07-18 | 4 | -76/+77 |
| * | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian | 2005-07-18 | 1 | -8/+9 |
| * | Avoid use of E'', and thereby creating an unnecessary version-dependency, | Tom Lane | 2005-07-18 | 1 | -3/+3 |
| * | Avoid need for E'' construct by using regexp instead of LIKE. More | Tom Lane | 2005-07-18 | 1 | -2/+2 |
| * | Fix numiericsep length computations. | Bruce Momjian | 2005-07-18 | 1 | -5/+6 |
| * | Adjust psql describe queries so that any pg_foo_is_visible() condition | Tom Lane | 2005-07-18 | 1 | -28/+28 |
| * | Enable multi-byte thousands_sep and decimal_point for numericsep. | Bruce Momjian | 2005-07-14 | 1 | -37/+39 |
| * | Make better thousands_sep default based on decimal marker value. | Bruce Momjian | 2005-07-14 | 1 | -2/+4 |
| * | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian | 2005-07-14 | 4 | -71/+89 |
| * | Add numeric separator support for latex and troff output methods. | Bruce Momjian | 2005-07-14 | 1 | -19/+67 |
| * | barebones variable name -> tuples_only, for consistency. | Bruce Momjian | 2005-07-14 | 2 | -51/+51 |
| * | Fix malloc length for new numeric separator patch. | Bruce Momjian | 2005-07-14 | 1 | -62/+26 |
| * | Rename xmalloc to pg_malloc for consistency with psql usage. | Bruce Momjian | 2005-07-10 | 2 | -24/+24 |
| * | Reverse pg_malloc patch because psql/print.c is used in scripts files | Bruce Momjian | 2005-07-10 | 1 | -11/+62 |
| * | Use failure-safe pg_malloc consistently in psql/print.c. | Bruce Momjian | 2005-07-10 | 1 | -62/+11 |
| * | Add --encoding to pg_dump. | Bruce Momjian | 2005-07-10 | 1 | -2/+18 |
| * | This patch implements putting language handlers for the optional PLs | Bruce Momjian | 2005-07-10 | 4 | -47/+125 |
| * | Add psql \pset numericsep to allow output numbers like 100,000.0 or | Bruce Momjian | 2005-07-10 | 4 | -86/+295 |
| * | Try connecting to both postgres and template1 databases to do the initial | Tom Lane | 2005-07-08 | 1 | -28/+46 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -2/+9 |
| * | Attached is a patch that enhances the "\h" capability in psql. I often | Bruce Momjian | 2005-07-06 | 1 | -38/+64 |
| * | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -16/+20 |
| * | Add E'' to internally created SQL strings that contain backslashes. | Bruce Momjian | 2005-07-02 | 5 | -31/+29 |
| * | Add code to pg_dump to use E'' strings when backslashes are used in dump | Bruce Momjian | 2005-07-01 | 3 | -11/+41 |
| * | Clarify code to double \\ and '. | Bruce Momjian | 2005-07-01 | 3 | -9/+7 |
| * | Dump comments for large objects. | Tom Lane | 2005-06-30 | 3 | -35/+162 |
| * | Fix broken initdb -W option, per Michael Fuhr. | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -16/+15 |
| * | Modify pg_dump to assume that a check constraint is inherited if its | Tom Lane | 2005-06-27 | 1 | -11/+12 |
| * | Code review for escape-strings patch. Sync psql and plpgsql lexers | Tom Lane | 2005-06-26 | 1 | -6/+11 |
| * | Add E'' syntax so eventually normal strings can treat backslashes | Bruce Momjian | 2005-06-26 | 3 | -7/+9 |
| * | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane | 2005-06-22 | 2 | -8/+11 |
| * | Add a validator function for plperl. Andrew Dunstan | Tom Lane | 2005-06-22 | 1 | -1/+3 |
| * | Correct some code in pg_restore when reading the header of a tar archive: | Neil Conway | 2005-06-22 | 1 | -9/+9 |
| * | pg_dump can now dump large objects even in plain-text output mode, by | Tom Lane | 2005-06-21 | 10 | -499/+232 |
| * | Fix pg_dumpall to do the right thing with "postgres" database, per | Tom Lane | 2005-06-21 | 1 | -28/+32 |
| * | Cause initdb to create a third standard database "postgres", which | Tom Lane | 2005-06-21 | 10 | -26/+65 |
| * | Trivial dead code removal: in _complete_from_query(), 'text' cannot be | Neil Conway | 2005-06-21 | 1 | -11/+4 |