Commit Graph

38470 Commits (49ad32d5d99cb4a79bf648c0b7f9eca19b54cf1d)
 

Author SHA1 Message Date
Tom Lane 49ad32d5d9 Fix recently-introduced crash in array_contain_compare(). 10 years ago
Andrew Dunstan 5302760a50 Unpack jbvBinary objects passed to pushJsonbValue 10 years ago
Fujii Masao 6d1733fa90 Minor enhancement of readability of ALTER TABLE syntax in the doc. 10 years ago
Heikki Linnakangas 7cbee7c0a1 At promotion, don't leave behind a partial segment on the old timeline. 10 years ago
Tom Lane c5dd8ead40 More fixes for lossy-GiST-distance-functions patch. 10 years ago
Tom Lane d4b538ea36 Improve packing/alignment annotation for ItemPointerData. 10 years ago
Robert Haas 160a9aaabf Correct two mistakes in the ALTER FOREIGN TABLE reference page. 10 years ago
Fujii Masao cad3708960 Correct the names of pgstattuple_approx output columns in the doc. 10 years ago
Fujii Masao 85d0e661aa Make recovery_target_action = pause work. 10 years ago
Tom Lane a6a66bd647 Another typo fix. 10 years ago
Heikki Linnakangas fa60fb63e5 Fix more typos in comments. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Simon Riggs f6a54fefc2 Fix spelling in comment 10 years ago
Tom Lane 5cb8519ceb Last-minute updates for release notes. 10 years ago
Tom Lane 0c071936e9 Revert error-throwing wrappers for the printf family of functions. 10 years ago
Andres Freund 9bc77c4519 Various fixes around ON CONFLICT for rule deparsing. 10 years ago
Andres Freund 0740cbd759 Refactor ON CONFLICT index inference parse tree representation. 10 years ago
Heikki Linnakangas b48437d11b Fix off-by-one error in Assertion. 10 years ago
Tom Lane 0b28ea79c0 Avoid collation dependence in indexes of system catalogs. 10 years ago
Tom Lane afee04352b Revert "Change pg_seclabel.provider and pg_shseclabel.provider to type "name"." 10 years ago
Peter Eisentraut 55c0da38be Message string improvements 10 years ago
Peter Eisentraut 0779f2ba2d Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM 10 years ago
Tom Lane b82a7be603 Change pg_seclabel.provider and pg_shseclabel.provider to type "name". 10 years ago
Andres Freund e4942f7a56 Attach ON CONFLICT SET ... WHERE to the correct planstate. 10 years ago
Tom Lane 4db485e75b Put back a backwards-compatible version of sampling support functions. 10 years ago
Tom Lane f5916bb7b5 Recognize "REGRESS_OPTS += ..." syntax in MSVC build scripts. 10 years ago
Robert Haas 922de19ef2 Fix error message in pre_sync_fname. 10 years ago
Tom Lane 19d47ed2da Last-minute updates for release notes. 10 years ago
Noah Misch 85270ac7a2 pgcrypto: Report errant decryption as "Wrong key or corrupt data". 10 years ago
Noah Misch fd97bd411d Check return values of sensitive system library calls. 10 years ago
Noah Misch 16304a0134 Add error-throwing wrappers for the printf family of functions. 10 years ago
Noah Misch cac18a76bb Permit use of vsprintf() in PostgreSQL code. 10 years ago
Noah Misch b0ce385032 Prevent a double free by not reentering be_tls_close(). 10 years ago
Heikki Linnakangas 8cc7a4c5fd Fix typo in comment. 10 years ago
Heikki Linnakangas 4df1328950 Put back stats-collector restarting code, removed accidentally. 10 years ago
Fujii Masao d773b55713 Don't classify REINDEX command as DDL in the pg_audit doc. 10 years ago
Peter Eisentraut 382b479ab7 Add new files to nls.mk 10 years ago
Tom Lane 424661913c Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c. 10 years ago
Tom Lane b14cf229f4 Use += not = to set makefile variables after including base makefiles. 10 years ago
Tom Lane a0891d2d01 Release notes for 9.4.2, 9.3.7, 9.2.11, 9.1.16, 9.0.20. 10 years ago
Magnus Hagander de6109b8cc Fix wording error caused by recent typo fixes 10 years ago
Stephen Frost a936743b33 pg_audit Makefile, REINDEX changes 10 years ago
Magnus Hagander 3b075e9d7b Fix typos in comments 10 years ago
Magnus Hagander 6b665454e3 Minor docs fixes for pg_audit 10 years ago
Peter Eisentraut fab6ca23ea hstore_plpython: Fix regression tests under Python 3 10 years ago
Peter Eisentraut e6dc503445 Fix whitespace 10 years ago
Tom Lane 0563b4c0c3 First-draft release notes for 9.4.2 et al. 10 years ago
Bruce Momjian 750ccaef29 pg_upgrade: no need to check for matching float8_pass_by_value 10 years ago
Tom Lane c65aa7a87e Fix docs typo 10 years ago
Tom Lane 26058bf0dc More portability fixing for bipartite_match.c. 10 years ago