summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for optional_argument to our own getopt_long() implementation.Andres Freund2014-09-102-4/+13
* Fix typo in 07c8651dd91d5 causing WIN32_ONLY_COMPILER builds to fail.Andres Freund2014-09-101-1/+1
* Preserve AND/OR flatness while extracting restriction OR clauses.Tom Lane2014-09-093-2/+41
* Add new psql help topics, accessible to both --help and \?.Andres Freund2014-09-105-58/+206
* Change the spinlock primitives to function as compiler barriers.Robert Haas2014-09-092-16/+79
* Add width_bucket(anyelement, anyarray).Tom Lane2014-09-096-3/+434
* Allow empty content in xml typePeter Eisentraut2014-09-094-5/+57
* Move ALTER ... ALL IN to ProcessUtilitySlowStephen Frost2014-09-091-4/+4
* Fix typo in solaris spinlock fix.Andres Freund2014-09-091-0/+1
* Fix spinlock implementation for some !solaris sparc platforms.Andres Freund2014-09-092-1/+50
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-083-45/+135
* Tab completion for ALTER .. ALL IN TABLESPACEStephen Frost2014-09-071-27/+39
* Report timezone offset in pg_dump/pg_dumpallBruce Momjian2014-09-052-29/+8
* Rename C variables in formatting.c, for clarityBruce Momjian2014-09-051-82/+97
* Assorted message fixes and improvementsPeter Eisentraut2014-09-0510-21/+23
* Add tab-completion for reloptions like user_catalog_table.Fujii Masao2014-09-051-0/+7
* Fix segmentation fault that an empty prepared statement could cause.Fujii Masao2014-09-051-0/+3
* Update comment to reflect commit 1d41739e5a04b0e93304d24d864b6bfa3efc45f2.Robert Haas2014-09-041-2/+2
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-043-53/+109
* Issue clearer notice when inherited merged columns are movedBruce Momjian2014-09-031-3/+12
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-024-17/+65
* Refactor per-page logic common to all redo routines to a new function.Heikki Linnakangas2014-09-028-1656/+1347
* Silence warning on new versions of clang.Heikki Linnakangas2014-09-021-1/+1
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-024-6/+38
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-023-58/+106
* Fix unportable use of isspace().Tom Lane2014-09-011-1/+1
* Add valgrind suppression for padding bytes in twophase records.Andres Freund2014-09-011-0/+16
* Fix s/pluggins/plugins/ typo in two comments.Andres Freund2014-09-012-2/+2
* Declare lwlock.c's LWLockAcquireCommon() as a static inline.Andres Freund2014-09-011-3/+3
* Protect definition of SpinlockSemaArray, just like its declaration.Andres Freund2014-09-011-0/+2
* Declare two variables in snapbuild.c as static.Andres Freund2014-08-311-2/+2
* Again update C comments for pg_attribute.attislocalBruce Momjian2014-08-301-3/+7
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-303-86/+390
* Update C comment for pg_attribute.attislocalBruce Momjian2014-08-291-1/+5
* pg_is_xlog_replay_paused(): remove super-user-only restrictionBruce Momjian2014-08-291-5/+0
* Fix bug in compressed GIN data leaf page splitting code.Heikki Linnakangas2014-08-291-12/+16
* Assorted message improvementsPeter Eisentraut2014-08-298-12/+12
* Add min and max aggregates for inet/cidr data types.Tom Lane2014-08-287-1/+55
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-294-44/+19
* Allow escaping of option values for options passed at connection start.Andres Freund2014-08-282-16/+39
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-284-19/+44
* Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.Jeff Davis2014-08-271-5/+58
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-279-12/+186
* Add header comments to receivelog.h and streamutil.h.Fujii Masao2014-08-272-0/+32
* Fix Var handling for security barrier viewsStephen Frost2014-08-261-2/+4
* Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.Robert Haas2014-08-261-1/+1
* Fix superuser concurrent refresh of matview owned by another.Kevin Grittner2014-08-263-48/+70
* Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.Andres Freund2014-08-261-1/+1
* Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas2014-08-267-1/+36
* Show schema names in pg_dump verbose output.Heikki Linnakangas2014-08-262-14/+32