summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-29Add min and max aggregates for inet/cidr data types.Tom Lane
2014-08-28Revert "Allow units to be specified in relation option setting value."Fujii Masao
2014-08-28Allow escaping of option values for options passed at connection start.Andres Freund
2014-08-28Allow units to be specified in relation option setting value.Fujii Masao
2014-08-28Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.Jeff Davis
2014-08-27Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera
2014-08-27Add header comments to receivelog.h and streamutil.h.Fujii Masao
2014-08-27Fix Var handling for security barrier viewsStephen Frost
2014-08-26Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.Robert Haas
2014-08-26Fix superuser concurrent refresh of matview owned by another.Kevin Grittner
2014-08-26Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.Andres Freund
2014-08-26Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas
2014-08-26Show schema names in pg_dump verbose output.Heikki Linnakangas
2014-08-26pg_upgrade: prevent automatic oid assignmentBruce Momjian
2014-08-26rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian
2014-08-26revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian
2014-08-25Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian
2014-08-25pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian
2014-08-25Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera
2014-08-25Use newly added InvalidCommandId instead of 0Alvaro Herrera
2014-08-25DefineType: return base type OID, not its arrayAlvaro Herrera
2014-08-25Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera
2014-08-25More psprintf goodnessAlvaro Herrera
2014-08-25Oops, forgot to "git add" one last changeAlvaro Herrera
2014-08-25Editorial review of SET UNLOGGEDAlvaro Herrera
2014-08-25Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas
2014-08-24Fix another ancient memory-leak bug in relcache.c.Tom Lane
2014-08-23doc: Improve pg_restore help outputPeter Eisentraut
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-08-22Fix outdated commentAlvaro Herrera
2014-08-22Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane
2014-08-22Fix comment in pg_basebackup.Heikki Linnakangas
2014-08-22Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas
2014-08-22Fix whitespacePeter Eisentraut
2014-08-21Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost
2014-08-21Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas
2014-08-20More regression test cases for json/jsonb extraction operators.Tom Lane
2014-08-20Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane
2014-08-20Use comma+space as the separator in the default search_path.Heikki Linnakangas
2014-08-19Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao
2014-08-19Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao
2014-08-19Install libpq DLL with $(INSTALL_SHLIB).Noah Misch
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-08-19Replace a few strncmp() calls with strlcpy().Noah Misch
2014-08-18Fix further concerns about psql wrapping in expanded mode havingGreg Stark
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
2014-08-18Use ISO 8601 format for dates converted to JSON, too.Tom Lane
2014-08-16Fix bogus return macros in range_overright_internal().Tom Lane
2014-08-16Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane
2014-08-16Fix bogus commutator/negator links for JSONB containment operators.Tom Lane