aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-02
* Fix unportable use of isspace().Tom Lane2014-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
* Make backend local tracking of buffer pins memory efficient.Andres Freund2014-08-30
* 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
* Add min and max aggregates for inet/cidr data types.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
* Allow multibyte characters as escape in SIMILAR TO and SUBSTRING.Jeff Davis2014-08-27
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-27
* Fix Var handling for security barrier viewsStephen Frost2014-08-26
* Fix typo in b34e37bfefbed1bf9396dde18f308d8b96fd176c.Robert Haas2014-08-26
* Fix superuser concurrent refresh of matview owned by another.Kevin Grittner2014-08-26
* Implement IF NOT EXISTS for CREATE SEQUENCE.Heikki Linnakangas2014-08-26
* pg_upgrade: prevent automatic oid assignmentBruce Momjian2014-08-25
* rename macro isTempOrToastNamespace to isTempOrTempToastNamespaceBruce Momjian2014-08-25
* revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian2014-08-25
* Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian2014-08-25
* Revert XactLockTableWait context setup in conditional multixact waitAlvaro Herrera2014-08-25
* Use newly added InvalidCommandId instead of 0Alvaro Herrera2014-08-25
* DefineType: return base type OID, not its arrayAlvaro Herrera2014-08-25
* Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera2014-08-25
* More psprintf goodnessAlvaro Herrera2014-08-25
* Oops, forgot to "git add" one last changeAlvaro Herrera2014-08-25
* Editorial review of SET UNLOGGEDAlvaro Herrera2014-08-25
* Fix another ancient memory-leak bug in relcache.c.Tom Lane2014-08-24
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* Fix outdated commentAlvaro Herrera2014-08-22
* Fix corner-case behaviors in JSON/JSONB field extraction operators.Tom Lane2014-08-22
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* Fix core dump in jsonb #> operator, and add regression test cases.Tom Lane2014-08-20
* Use comma+space as the separator in the default search_path.Heikki Linnakangas2014-08-20
* Revert "Fix bug in checking of IDENTIFY_SYSTEM result."Fujii Masao2014-08-19
* Fix bug in checking of IDENTIFY_SYSTEM result.Fujii Masao2014-08-19
* Finish adding file version information to installed Windows binaries.Noah Misch2014-08-18
* Replace a few strncmp() calls with strlcpy().Noah Misch2014-08-18
* Reorganize functions in be-secure-openssl.cHeikki Linnakangas2014-08-18
* Use ISO 8601 format for dates converted to JSON, too.Tom Lane2014-08-17
* Fix bogus return macros in range_overright_internal().Tom Lane2014-08-16
* Add sortsupport routines for text.Robert Haas2014-08-14
* Fix whitespacePeter Eisentraut2014-08-13
* Prevent memory leaks in parseRelOptions().Tom Lane2014-08-13
* Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap.Tom Lane2014-08-13
* Be less aggressive in asking for feedback of logical walsender clients.Andres Freund2014-08-12