Commit Graph

37057 Commits (f41872d0c1239d36ab03393c39ec0b70e9ee2a3c)
 

Author SHA1 Message Date
Alvaro Herrera f41872d0c1 Implement ALTER TABLE .. SET LOGGED / UNLOGGED 11 years ago
Alvaro Herrera 01d15a2677 Fix outdated comment 11 years ago
Tom Lane 41dd50e84d Fix corner-case behaviors in JSON/JSONB field extraction operators. 11 years ago
Andres Freund ebf20f65d9 Fix newly introduced misspelling of existence in pg_buffercache. 11 years ago
Heikki Linnakangas 2af93640ad Fix comment in pg_basebackup. 11 years ago
Heikki Linnakangas 8d938eb079 Change the way pg_basebackup's tablespace mapping is implemented. 11 years ago
Peter Eisentraut 3feda1bcbb Fix whitespace 11 years ago
Stephen Frost 3c4cf08087 Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' 11 years ago
Andres Freund f57791985a Add pinning_backends column to the pg_buffercache extension. 11 years ago
Heikki Linnakangas ce486056ec Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints. 11 years ago
Tom Lane fa069822f5 More regression test cases for json/jsonb extraction operators. 11 years ago
Tom Lane 9bac66020d Fix core dump in jsonb #> operator, and add regression test cases. 11 years ago
Bruce Momjian 7567d94910 pg_upgrade: adjust logging to use QUERY_ALLOC lengths 11 years ago
Heikki Linnakangas 02587dcddc Use comma+space as the separator in the default search_path. 11 years ago
Fujii Masao c476288653 Revert "Fix bug in checking of IDENTIFY_SYSTEM result." 11 years ago
Fujii Masao 083d29c65b Fix bug in checking of IDENTIFY_SYSTEM result. 11 years ago
Noah Misch 8605bc7521 Install libpq DLL with $(INSTALL_SHLIB). 11 years ago
Noah Misch ee9569e4df Finish adding file version information to installed Windows binaries. 11 years ago
Noah Misch fb2aece8ae Replace a few strncmp() calls with strlcpy(). 11 years ago
Noah Misch 7fc5f1a355 Make pg_service.conf sample LDIF more portable. 11 years ago
Noah Misch 10718612fb Document new trigger-related forms of ALTER FOREIGN TABLE. 11 years ago
Greg Stark 663675885e Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (thanks Michael Paquier) 11 years ago
Greg Stark 458ef6bad1 Fix further concerns about psql wrapping in expanded mode having 11 years ago
Heikki Linnakangas 48d50840d5 Reorganize functions in be-secure-openssl.c 11 years ago
Tom Lane 2b475c5946 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. 11 years ago
Tom Lane e56ec50c16 Use ISO 8601 format for dates converted to JSON, too. 11 years ago
Fujii Masao 3e9f70f128 Add missing index terms for replication commands in the document. 11 years ago
Tom Lane f66faadc44 Make an editorial pass over the 9.4 release notes. 11 years ago
Tom Lane 259904ecd4 Improve DISCARD documentation. 11 years ago
Peter Eisentraut 1330e2922c doc: Work around stylesheet bug for man build 11 years ago
Tom Lane 737cdc2d14 Fix bogus return macros in range_overright_internal(). 11 years ago
Tom Lane a068b5b65f Add opr_sanity queries to inspect commutator/negator links more closely. 11 years ago
Tom Lane e3f9c16838 Fix bogus commutator/negator links for JSONB containment operators. 11 years ago
Peter Eisentraut 9ee9ca545b Fix whitespace 11 years ago
Bruce Momjian ea9b8abd6f pg_upgrade: fix define adjusted during testing 11 years ago
Bruce Momjian e4c3c99ac3 pg_upgrade: error if run from top of new PGDATA on Windows 11 years ago
Heikki Linnakangas ef153ecc55 Doc fix: New York State's capital is Albany. 11 years ago
Heikki Linnakangas c07693f0c7 Remove remnants of a JENTRY_ISFIRST flag bit. 11 years ago
Peter Eisentraut f669b61476 Set shared library path for in-tree TAP tests 11 years ago
Peter Eisentraut d34b48a021 doc: Fix DocBook XML validity 11 years ago
Tom Lane 5ff5bfb5f0 Update SysV parameter configuration documentation for FreeBSD. 11 years ago
Robert Haas 751b704105 docs: Add missing period. 11 years ago
Robert Haas b34e37bfef Add sortsupport routines for text. 11 years ago
Fujii Masao a4287a689d Fix help message in pg_ctl. 11 years ago
Peter Eisentraut 5333c72c95 Fix whitespace 11 years ago
Peter Eisentraut 1d678bf7bc Add some noreturn attributes based on compiler recommendations 11 years ago
Peter Eisentraut faa14acc9b doc: Remove obsolete set element DSSSL customizations 11 years ago
Tom Lane a844c29966 Prevent memory leaks in parseRelOptions(). 11 years ago
Tom Lane ab8c84db2f Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap. 11 years ago
Fujii Masao 52bffe3499 Expose -S option in pg_receivexlog. 11 years ago