aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Clarify pg_upgrade's creation of the map file structure. Also cleanBruce Momjian2011-01-05
* Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.Itagaki Takahiro2011-01-04
* Basic foreign table support.Robert Haas2011-01-01
* Fix pg_dump support for security labels on columns.Robert Haas2011-01-01
* Add #include <time.h> to pg_ctl.c to fix compiler warning.Bruce Momjian2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Include the first valid listen address in pg_ctl to improve server startBruce Momjian2010-12-31
* Support unlogged tables.Robert Haas2010-12-29
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Allow vpath builds and regression tests to succeed on Mingw. Backpatch to rel...Andrew Dunstan2010-12-24
* Improve "pg_ctl -w start" server detection by writing the postmasterBruce Momjian2010-12-24
* Improved tab completion for views with triggers.Robert Haas2010-12-13
* Move a couple of initdb's subroutines into src/port/.Tom Lane2010-12-10
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-10
* Eliminate O(N^2) behavior in parallel restore with many blobs.Tom Lane2010-12-09
* Remove misleading comments. Move _Clone and _DeClone functions beforeHeikki Linnakangas2010-12-03
* Move private struct declaration to compress_io.cAlvaro Herrera2010-12-02
* Remove trailing whitespaceAlvaro Herrera2010-12-02
* Remove useless struct declarationAlvaro Herrera2010-12-02
* Silence compilerAlvaro Herrera2010-12-02
* Refactor the pg_dump zlib code from pg_backup_custom.c to a separate file,Heikki Linnakangas2010-12-02
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Add more ALTER <object> .. SET SCHEMA commands.Robert Haas2010-11-26
* Improve pg_ctl "cannot connect" spacing, per Tom, and wording.Bruce Momjian2010-11-26
* Improve pg_ctl "cannot connect" warning, per suggestion from Magnus.Bruce Momjian2010-11-25
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* Create the system catalog infrastructure needed for KNNGIST.Tom Lane2010-11-24
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Improved parallel make supportPeter Eisentraut2010-11-12
* Implement an "S" option for psql's \dn command.Tom Lane2010-11-06
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Add tab completion for psql \dg and \zPeter Eisentraut2010-10-28
* Make \? output of \dg and \du the samePeter Eisentraut2010-10-28
* Fix up some oversights in psql's Unicode-escape support.Tom Lane2010-10-26
* Minor fixups for psql's process_file() function.Robert Haas2010-10-26
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Allow pg_ctl to register the service in either AUTO or DEMAND start typeAlvaro Herrera2010-10-15
* Teach psql to do tab completion for names of psql variables.Tom Lane2010-10-10
* Support triggers on views.Tom Lane2010-10-10
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-28
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-28
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-28
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Initialize tableoid field correctly when dumping foreign data wrappers andHeikki Linnakangas2010-09-23
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Don't warn about an in-progress online backup, when we're recovering fromHeikki Linnakangas2010-09-14
* Avoid passing signed chars to <ctype.h> functions ... same oldTom Lane2010-08-25