aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-09
* doc: Reflect renaming of Mac OS X to OS XPeter Eisentraut2014-09-09
* Allow empty content in xml typePeter Eisentraut2014-09-09
* Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost2014-09-09
* Fix typo in solaris spinlock fix.Andres Freund2014-09-09
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-09
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-08
* Documentation fix: sum(float4) returns float4, not float8.Tom Lane2014-09-07
* Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost2014-09-07
* docs: Improve pg_isready details about username/dbnameBruce Momjian2014-09-06
* Properly document that -r is only honored from the command-line.Bruce Momjian2014-09-06
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-05
* pg_upgrade: preserve the timestamp epochBruce Momjian2014-09-05
* Clarify documentation about "peer" rows in window functionsBruce Momjian2014-09-05
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-05
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Add tab-completion for reloptions like user_catalog_table.Fujii Masao2014-09-05
* doc: Remove dead linkPeter Eisentraut2014-09-04
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-05
* Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas2014-09-04
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-04
* Update URL reference material in /contrib/isn docsBruce Momjian2014-09-03
* Document use of partial indexes for partial unique constraintsBruce Momjian2014-09-03
* Issue clearer notice when inherited merged columns are movedBruce Momjian2014-09-03
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-02
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-02
* Silence warning on new versions of clang.Heikki Linnakangas2014-09-02
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-02
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-02
* Fix unportable use of isspace().Tom Lane2014-09-01
* Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund2014-09-01
* Add valgrind suppression for padding bytes in twophase records.Andres Freund2014-09-01
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-01
* Declare lwlock.c's LWLockAcquireCommon() as a static inline.Andres Freund2014-09-01
* Protect definition of SpinlockSemaArray, just like its declaration.Andres Freund2014-09-01
* Declare two variables in snapbuild.c as static.Andres Freund2014-08-31
* doc: Various typo/grammar fixesKevin Grittner2014-08-30
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-30
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-30
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-29
* pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian2014-08-29
* Fix bug in compressed GIN data leaf page splitting code.Heikki Linnakangas2014-08-29
* Assorted message improvementsPeter Eisentraut2014-08-29
* doc: Revert ALTER TABLESPACE summary linePeter Eisentraut2014-08-29
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-28
* Always use our getaddrinfo.c on Windows.Noah Misch2014-08-28
* Fix citext upgrade script for disallowance of oidvector element assignment.Tom Lane2014-08-28
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow escaping of option values for options passed at connection start.Andres Freund2014-08-28
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28