summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* pg_upgrade: prevent automatic oid assignmentBruce Momjian2014-08-257-20/+52
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-255-10/+10
* revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian2014-08-251-26/+0
* Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian2014-08-251-0/+26
* pg_ctl, pg_upgrade: allow multiple -o/-O options, append themBruce Momjian2014-08-251-1/+10
* Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera2014-08-251-7/+4
* Use newly added InvalidCommandId instead of 0Alvaro Herrera2014-08-251-3/+3
* DefineType: return base type OID, not its arrayAlvaro Herrera2014-08-251-31/+31
* Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera2014-08-254-5/+21
* More psprintf goodnessAlvaro Herrera2014-08-251-3/+1
* Oops, forgot to "git add" one last changeAlvaro Herrera2014-08-251-4/+8
* Editorial review of SET UNLOGGEDAlvaro Herrera2014-08-251-14/+21
* Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.Heikki Linnakangas2014-08-257-0/+223
* Fix another ancient memory-leak bug in relcache.c.Tom Lane2014-08-241-4/+8
* doc: Improve pg_restore help outputPeter Eisentraut2014-08-231-6/+9
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-2210-29/+434
* Fix outdated commentAlvaro Herrera2014-08-221-1/+1
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-227-365/+1022
* Fix comment in pg_basebackup.Heikki Linnakangas2014-08-221-3/+3
* Change the way pg_basebackup's tablespace mapping is implemented.Heikki Linnakangas2014-08-221-44/+20
* Fix whitespacePeter Eisentraut2014-08-211-8/+8
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-2113-310/+269
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-213-11/+7
* More regression test cases for json/jsonb extraction operators.Tom Lane2014-08-206-12/+292
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-207-119/+711
* Use comma+space as the separator in the default search_path.Heikki Linnakangas2014-08-202-2/+2
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-194-8/+8
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-194-8/+8
* Install libpq DLL with $(INSTALL_SHLIB).Noah Misch2014-08-181-1/+1
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-188-22/+66
* Replace a few strncmp() calls with strlcpy().Noah Misch2014-08-181-1/+2
* Fix further concerns about psql wrapping in expanded mode havingGreg Stark2014-08-183-429/+1752
* Reorganize functions in be-secure-openssl.cHeikki Linnakangas2014-08-181-397/+408
* Use ISO 8601 format for dates converted to JSON, too.Tom Lane2014-08-171-12/+43
* Fix bogus return macros in range_overright_internal().Tom Lane2014-08-161-3/+3
* Add opr_sanity queries to inspect commutator/negator links more closely.Tom Lane2014-08-162-6/+90
* Fix bogus commutator/negator links for JSONB containment operators.Tom Lane2014-08-162-7/+6
* Remove remnants of a JENTRY_ISFIRST flag bit.Heikki Linnakangas2014-08-151-6/+4
* Set shared library path for in-tree TAP testsPeter Eisentraut2014-08-151-1/+11
* Add sortsupport routines for text.Robert Haas2014-08-145-11/+215
* Fix help message in pg_ctl.Fujii Masao2014-08-141-1/+1
* Fix whitespacePeter Eisentraut2014-08-131-1/+0
* Add some noreturn attributes based on compiler recommendationsPeter Eisentraut2014-08-133-3/+3
* Prevent memory leaks in parseRelOptions().Tom Lane2014-08-131-9/+6
* Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane2014-08-131-0/+13
* Expose -S option in pg_receivexlog.Fujii Masao2014-08-131-2/+2
* pg_recvlogical message and code improvements.Andres Freund2014-08-121-3/+3
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-121-2/+4
* Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao2014-08-122-12/+85
* Add tab-completion for \unset and valid setting values of psql variables.Fujii Masao2014-08-121-18/+121