| Commit message (Expand) | Author | Age | Files | Lines |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 | 5 | -34/+103 |
* | Add init[db] option to pg_ctl | Peter Eisentraut | 2009-12-10 | 1 | -41/+79 |
* | Add exclusion constraints, which generalize the concept of uniqueness to | Tom Lane | 2009-12-07 | 2 | -31/+130 |
* | psql -f - | Bruce Momjian | 2009-12-01 | 2 | -5/+10 |
* | Simplify psql's new linestyle behavior to default to linestyle=ascii all | Tom Lane | 2009-11-25 | 3 | -7/+9 |
* | Improve psql's tabular display of wrapped-around data by inserting markers | Tom Lane | 2009-11-22 | 3 | -51/+141 |
* | Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if | Peter Eisentraut | 2009-11-21 | 1 | -1/+7 |
* | Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to be | Tom Lane | 2009-11-20 | 1 | -2/+9 |
* | Typo: dump -> restore | Peter Eisentraut | 2009-11-19 | 1 | -2/+2 |
* | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander | 2009-11-14 | 2 | -9/+10 |
* | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane | 2009-11-12 | 1 | -16/+7 |
* | Remove plpgsql's separate lexer (finally!), in favor of using the core lexer | Tom Lane | 2009-11-12 | 1 | -1/+9 |
* | In psql \du, separate the role attributes by comma instead of newline, | Peter Eisentraut | 2009-11-11 | 1 | -2/+2 |
* | Do not build psql's flex module on its own, but instead include it in | Tom Lane | 2009-11-10 | 2 | -3/+16 |
* | In psql, show view definition only with \d+, not with \d | Peter Eisentraut | 2009-11-03 | 1 | -2/+2 |
* | Fix \df to re-allow regexp special characters in the function name pattern. | Tom Lane | 2009-10-28 | 1 | -2/+2 |
* | Translations update for 8.5alpha2 | Peter Eisentraut | 2009-10-20 | 18 | -6920/+8277 |
* | FREEZE and VERBOSE options were in wrong order in the VACUUM command that | Heikki Linnakangas | 2009-10-16 | 1 | -3/+3 |
* | Support SQL-compliant triggers on columns, ie fire only if certain columns | Tom Lane | 2009-10-14 | 1 | -1/+13 |
* | Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional | Tom Lane | 2009-10-13 | 6 | -87/+240 |
* | Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have | Tom Lane | 2009-10-12 | 2 | -11/+16 |
* | Use pg_get_triggerdef in pg_dump | Peter Eisentraut | 2009-10-09 | 2 | -118/+149 |
* | Add the new psql command \drds to the psql docs, help and tab completion. | Alvaro Herrera | 2009-10-08 | 2 | -3/+4 |
* | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera | 2009-10-07 | 6 | -18/+157 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 | 12 | -40/+370 |
* | Sync psql's scanner with recent changes in backend scanner's flex rules. | Tom Lane | 2009-09-27 | 1 | -1/+43 |
* | Implement the DO statement to support execution of PL code without having | Tom Lane | 2009-09-22 | 3 | -12/+92 |
* | Remove a couple hundred lines of ugly and tedious-to-maintain code by not | Tom Lane | 2009-09-19 | 1 | -270/+47 |
* | sql_help.c needs to be cvsignore'd. | Tom Lane | 2009-09-19 | 1 | -0/+1 |
* | Easier to translate psql help | Peter Eisentraut | 2009-09-18 | 4 | -30/+98 |
* | Write psql's ~/.psql_history file using history_truncate_file() and | Tom Lane | 2009-09-13 | 3 | -22/+78 |
* | Increase the maximum value of extra_float_digits to 3, and have pg_dump | Tom Lane | 2009-09-11 | 1 | -2/+4 |
* | Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper | Magnus Hagander | 2009-09-07 | 1 | -2/+2 |
* | Remove initdb's rather gratuitous check to see if the backend created a | Tom Lane | 2009-09-03 | 1 | -13/+1 |
* | Fix pg_ctl's readfile() to not go into infinite loop on an empty file | Tom Lane | 2009-09-02 | 2 | -15/+9 |
* | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera | 2009-09-01 | 1 | -15/+1 |
* | Track the current XID wrap limit (or more accurately, the oldest unfrozen | Tom Lane | 2009-08-31 | 2 | -3/+27 |
* | Derived files that are shipped in the distribution used to be built in the | Peter Eisentraut | 2009-08-28 | 1 | -7/+7 |
* | Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time | Tom Lane | 2009-08-27 | 1 | -1/+16 |
* | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut | 2009-08-26 | 8 | -16/+16 |
* | Fix inclusions of readline/editline header files so that we only attempt to | Tom Lane | 2009-08-24 | 1 | -8/+14 |
* | Remove unused variable. | Alvaro Herrera | 2009-08-24 | 1 | -4/+1 |
* | Modify parallel pg_restore to track pending and ready items by means of | Tom Lane | 2009-08-07 | 2 | -51/+108 |
* | Expand test coverage support to entire tree | Peter Eisentraut | 2009-08-07 | 1 | -4/+4 |
* | Try to defend against the possibility that libpq is still in COPY_IN state | Tom Lane | 2009-08-07 | 1 | -1/+4 |
* | Fix pg_dump to do the right thing when escaping the contents of large objects. | Tom Lane | 2009-08-04 | 5 | -20/+75 |
* | Suppress pointer-signedness warning. | Tom Lane | 2009-08-04 | 1 | -2/+3 |
* | Support hex-string input and output for type BYTEA. | Tom Lane | 2009-08-04 | 1 | -41/+19 |
* | Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCT | Tom Lane | 2009-08-02 | 3 | -16/+85 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 | 3 | -12/+98 |