aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Treat ENOTDIR as ENOENT when looking for client certificate fileMagnus Hagander2011-12-03
* psql: Make temporary editor files have .sql extensionPeter Eisentraut2011-12-02
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-02
* Make pgcompinclude/pgrminclude less tied to Bruce's personal machine.Robert Haas2011-12-01
* Fix getTypeIOParam to support type record[].Tom Lane2011-12-01
* Update time zone data files to tzdata release 2011n.Tom Lane2011-11-30
* Improve table locking behavior in the face of current DDL.Robert Haas2011-11-30
* Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane2011-11-30
* Strip file names reported in error messages in vpath buildsPeter Eisentraut2011-11-30
* Remove duplicate definition of 'progname'.Tom Lane2011-11-29
* Prevent autovacuum transactions from running in serializable mode.Tom Lane2011-11-29
* Clean up after recent pg_dump patches.Tom Lane2011-11-29
* When a row fails a not-null constraint, show row's contents in errdetail.Tom Lane2011-11-29
* Simplify the pg_dump/pg_restore error reporting macros, and allowBruce Momjian2011-11-29
* When a row fails a CHECK constraint, show row's contents in errdetail.Tom Lane2011-11-29
* pg_dump: Add gettext plural support to error messagePeter Eisentraut2011-11-29
* plpython: Fix sed expression in python3 buildPeter Eisentraut2011-11-29
* pg_dump: Fix clean rule after file renaming shufflePeter Eisentraut2011-11-29
* Document that perl needs to be indented during the pgindent run.Bruce Momjian2011-11-28
* Make some minor formatting improvements to what pgindent did.Tom Lane2011-11-28
* Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane2011-11-28
* Pgindent clauses.c, per request from Tom.Bruce Momjian2011-11-28
* Convert eval_const_expressions's long series of IsA tests into a switch.Tom Lane2011-11-28
* Fix some bogosities in pg_dump's foreign-table support.Tom Lane2011-11-28
* Add libpq connection option to disable SSL compressionMagnus Hagander2011-11-28
* Ensure that whole-row junk Vars are always of composite type.Tom Lane2011-11-27
* Make pg_dumpall build with the right object files under MSVC.Andrew Dunstan2011-11-27
* Use IEEE infinity, not 1e10, for null-and-not-null case in gistpenalty().Tom Lane2011-11-27
* Improve GiST range-contained-by searches by adding a flag for empty ranges.Tom Lane2011-11-27
* Add pg_upgrade test suitePeter Eisentraut2011-11-27
* Use the proper macro to convert a bool to a Datum.Tom Lane2011-11-27
* Fix MSVC builds broken by xsubpp changeAndrew Dunstan2011-11-27
* Move pg_dump memory routines into pg_dumpmem.c/h and restore common.cBruce Momjian2011-11-26
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-26
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-26
* Make GiST index searches smarter about queries against empty ranges.Tom Lane2011-11-26
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-26
* Fix join_path_components() to not add a leading slash when joining to anBruce Momjian2011-11-26
* Take fillfactor into account in the new COPY bulk heap insert code.Heikki Linnakangas2011-11-26
* Fix unvalidated check constraints on domains, tooAlvaro Herrera2011-11-25
* Modify pg_dump to use error-free memory allocation macros. This avoidsBruce Momjian2011-11-25
* Allow pg_upgrade to upgrade clusters that use exclusion contraints byBruce Momjian2011-11-25
* Improve logging of autovacuum I/O activityAlvaro Herrera2011-11-25
* Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane2011-11-25
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Dump an unvalidated constraint separately from its tableAlvaro Herrera2011-11-24
* Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas2011-11-24
* Adjust range_adjacent to support different canonicalization rules.Tom Lane2011-11-23
* Creator of a range type must have permission to call support functions.Tom Lane2011-11-23