Commit Graph

37436 Commits (98ec7fd903bbd4ab1694de5aaa4f7bb62935c58d)
 

Author SHA1 Message Date
Greg Stark 663675885e Adjust Release Notes to reflect holding off wrapped expanded mode until 9.5 (thanks Michael Paquier) 12 years ago
Greg Stark 458ef6bad1 Fix further concerns about psql wrapping in expanded mode having 12 years ago
Heikki Linnakangas 48d50840d5 Reorganize functions in be-secure-openssl.c 12 years ago
Tom Lane 2b475c5946 Fix obsolete mention of non-int64 support in CREATE SEQUENCE documentation. 12 years ago
Tom Lane e56ec50c16 Use ISO 8601 format for dates converted to JSON, too. 12 years ago
Fujii Masao 3e9f70f128 Add missing index terms for replication commands in the document. 12 years ago
Tom Lane f66faadc44 Make an editorial pass over the 9.4 release notes. 12 years ago
Tom Lane 259904ecd4 Improve DISCARD documentation. 12 years ago
Peter Eisentraut 1330e2922c doc: Work around stylesheet bug for man build 12 years ago
Tom Lane 737cdc2d14 Fix bogus return macros in range_overright_internal(). 12 years ago
Tom Lane a068b5b65f Add opr_sanity queries to inspect commutator/negator links more closely. 12 years ago
Tom Lane e3f9c16838 Fix bogus commutator/negator links for JSONB containment operators. 12 years ago
Peter Eisentraut 9ee9ca545b Fix whitespace 12 years ago
Bruce Momjian ea9b8abd6f pg_upgrade: fix define adjusted during testing 12 years ago
Bruce Momjian e4c3c99ac3 pg_upgrade: error if run from top of new PGDATA on Windows 12 years ago
Heikki Linnakangas ef153ecc55 Doc fix: New York State's capital is Albany. 12 years ago
Heikki Linnakangas c07693f0c7 Remove remnants of a JENTRY_ISFIRST flag bit. 12 years ago
Peter Eisentraut f669b61476 Set shared library path for in-tree TAP tests 12 years ago
Peter Eisentraut d34b48a021 doc: Fix DocBook XML validity 12 years ago
Tom Lane 5ff5bfb5f0 Update SysV parameter configuration documentation for FreeBSD. 12 years ago
Robert Haas 751b704105 docs: Add missing period. 12 years ago
Robert Haas b34e37bfef Add sortsupport routines for text. 12 years ago
Fujii Masao a4287a689d Fix help message in pg_ctl. 12 years ago
Peter Eisentraut 5333c72c95 Fix whitespace 12 years ago
Peter Eisentraut 1d678bf7bc Add some noreturn attributes based on compiler recommendations 12 years ago
Peter Eisentraut faa14acc9b doc: Remove obsolete set element DSSSL customizations 12 years ago
Tom Lane a844c29966 Prevent memory leaks in parseRelOptions(). 12 years ago
Tom Lane ab8c84db2f Prevent memory leaks in RelationGetIndexList, RelationGetIndexAttrBitmap. 12 years ago
Fujii Masao 52bffe3499 Expose -S option in pg_receivexlog. 12 years ago
Andres Freund 596385be06 pg_recvlogical message and code improvements. 12 years ago
Fujii Masao d6ded369a7 Fix typo in \setrandom document. 12 years ago
Andres Freund 41d5f8ad73 Be less aggressive in asking for feedback of logical walsender clients. 12 years ago
Tatsuo Ishii 51222a1766 Enhance pgbench's option checking. 12 years ago
Fujii Masao 3e3f65973a Change first call of ProcessConfigFile so as to process only data_directory. 12 years ago
Fujii Masao e15c4ab5fb Add tab-completion for \unset and valid setting values of psql variables. 12 years ago
Fujii Masao 7d835ff4db Fix documentation oversights about pageinspect and initialization fork. 12 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 12 years ago
Tom Lane 6aa61580e0 Clarify type resolution behavior for domain types. 12 years ago
Tom Lane 92f57c9ae9 Clean up handling of unknown-type inputs in json_build_object and friends. 12 years ago
Tom Lane 495cadda5e Further cleanup of JSON-specific error messages. 12 years ago
Tom Lane 9da8675373 Reject duplicate column names in foreign key referenced-columns lists. 12 years ago
Peter Eisentraut f25e0bf5e0 Small message fixes 12 years ago
Fujii Masao 3dad73e71f Add -F option to pg_receivexlog, for specifying fsync interval. 12 years ago
Tom Lane 1add956ac7 Fix typo in docs. 12 years ago
Bruce Momjian 4c6780fd17 pg_upgrade: prevent oid conflicts with new-cluster TOAST tables 12 years ago
Heikki Linnakangas ec903d20e3 Improve comment. 12 years ago
Robert Haas 73cfa37afe Add PG_RETURN_UINT16 macro. 12 years ago
Robert Haas 1d41739e5a Don't require sort support functions to provide a comparator. 12 years ago
Robert Haas 873de34b71 Fix alternate regression test output file. 12 years ago
Fujii Masao 6805e02c66 Refactor pg_receivexlog main loop code, for readability, take 2. 12 years ago