summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian2011-01-071-10/+22
* Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.Bruce Momjian2011-01-071-32/+24
* Clarify pg_upgrade's creation of the map file structure. Also cleanBruce Momjian2011-01-051-20/+23
* Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.Itagaki Takahiro2011-01-041-7/+9
* Basic foreign table support.Robert Haas2011-01-018-41/+258
* Fix pg_dump support for security labels on columns.Robert Haas2011-01-011-4/+4
* Add #include <time.h> to pg_ctl.c to fix compiler warning.Bruce Momjian2011-01-011-0/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0167-68/+68
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-311-30/+59
* Support unlogged tables.Robert Haas2010-12-294-15/+100
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-292-3/+30
* Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan2010-12-241-1/+1
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-241-98/+91
* Improved tab completion for views with triggers.Robert Haas2010-12-131-4/+55
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-101-165/+7
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-102-9/+9
* Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane2010-12-092-42/+76
* Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas2010-12-031-40/+33
* Move private struct declaration to compress_io.cAlvaro Herrera2010-12-022-11/+16
* Remove trailing whitespaceAlvaro Herrera2010-12-021-1/+1
* Remove useless struct declarationAlvaro Herrera2010-12-021-2/+0
* Silence compilerAlvaro Herrera2010-12-021-0/+3
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-025-293/+552
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-271-43/+48
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-261-10/+24
* Improve pg_ctl "cannot connect" spacing, per Tom, and wording.Bruce Momjian2010-11-261-1/+1
* Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.Bruce Momjian2010-11-251-1/+1
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-251-16/+13
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-241-40/+123
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-7/+7
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-141-2/+2
* Improved parallel make supportPeter Eisentraut2010-11-129-28/+27
* Implement an "S" option for psql's \dn command.Tom Lane2010-11-063-7/+10
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Add tab completion for psql \dg and \zPeter Eisentraut2010-10-281-2/+4
* Make \? output of \dg and \du the samePeter Eisentraut2010-10-281-2/+2
* Fix up some oversights in psql's Unicode-escape support.Tom Lane2010-10-261-22/+17
* Minor fixups for psql's process_file() function.Robert Haas2010-10-261-3/+12
* Allow new values to be added to an existing enum type.Tom Lane2010-10-242-14/+33
* Allow pg_ctl to register the service in either AUTO or DEMAND start typeAlvaro Herrera2010-10-151-7/+37
* Teach psql to do tab completion for names of psql variables.Tom Lane2010-10-101-63/+134
* Support triggers on views.Tom Lane2010-10-102-6/+29
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-281-0/+2
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-281-1/+13
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-281-0/+3
* Add a SECURITY LABEL command.Robert Haas2010-09-276-10/+419
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-262-11/+35
* Initialize tableoid field correctly when dumping foreign data wrappers andHeikki Linnakangas2010-09-231-2/+8
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-229-3/+40
* Remove cvs keywords from all files.Magnus Hagander2010-09-20104-104/+104