Commit Graph

12819 Commits (d7eb76b908a3aac68c23c7d3553c65c80e92b823)

Author SHA1 Message Date
Robert Haas 6f3bd98ebf Extend framework from commit 53be0b1ad to report latch waits. 9 years ago
Tom Lane e8bdee2770 Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use it in pg_upgrade. 9 years ago
Tom Lane 33596edf09 Copy-editing for contrib/pg_visibility documentation. 9 years ago
Stephen Frost fd321a1dfd Remove superuser checks in pgstattuple 9 years ago
Tom Lane 8e91e12bc3 Allow contrib/file_fdw to read from a program, like COPY FROM PROGRAM. 9 years ago
Peter Eisentraut 6ed2d8584c pg_basebackup: Add --nosync option 9 years ago
Peter Eisentraut 6ad8ac6026 Exclude additional directories in pg_basebackup 9 years ago
Tom Lane d3cd36a133 Make to_timestamp() and to_date() range-check fields of their input. 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago
Tom Lane fdc9186f7e Replace the built-in GIN array opclasses with a single polymorphic opclass. 9 years ago
Tom Lane a4afb2b5c0 Document has_type_privilege(). 9 years ago
Tom Lane da6c4f6ca8 Refer to OS X as "macOS", except for the port name which is still "darwin". 9 years ago
Tom Lane 98c2d3332b Do a final round of updates on the 9.6 release notes. 9 years ago
Tom Lane 5a7bae0699 Doc: fix examples of # operators so they actually work. 9 years ago
Peter Eisentraut e7010ce479 pg_ctl: Add wait option to promote action 9 years ago
Robert Haas 60270e5e00 Add more parallel query documentation. 9 years ago
Peter Eisentraut 46b55e7f85 pg_restore: Add -N option to exclude schemas 9 years ago
Peter Eisentraut 16d1adb35c doc: Fix documentation to match actual make output 9 years ago
Peter Eisentraut 4f6494cfd2 doc: Correct ALTER USER MAPPING example 9 years ago
Heikki Linnakangas 6cc54f38a9 Remove obsolete warning from docs. 9 years ago
Robert Haas 2c8f0d6e53 Update recovery_min_apply_delay docs for remote_apply mode. 9 years ago
Robert Haas 5225c66336 Clarify policy on marking inherited constraints as valid. 9 years ago
Tom Lane 42fd984c0b Docs: assorted minor cleanups. 9 years ago
Peter Eisentraut 9083353b15 pg_basebackup: Clean created directories on failure 9 years ago
Simon Riggs c3c0d7bd70 Raise max setting of checkpoint_timeout to 1d 9 years ago
Tom Lane 40b449ae84 Allow CREATE EXTENSION to follow extension update paths. 9 years ago
Simon Riggs f66472428a Correct TABLESAMPLE docs 9 years ago
Noah Misch d299eb41df MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD. 9 years ago
Bruce Momjian c9cf432ef3 9.6 release notes: correct summary item about freeze 9 years ago
Tom Lane 0ab9c56d0f Support renaming an existing value of an enum type. 9 years ago
Tom Lane bd180b6079 Doc: minor documentation improvements about extensions. 9 years ago
Tom Lane 975768f8ea Doc: small improvements for documentation about VACUUM freezing. 9 years ago
Tom Lane 15bc038f9b Relax transactional restrictions on ALTER TYPE ... ADD VALUE. 9 years ago
Simon Riggs ec03f4121c Document LSN acronym in WAL Internals 9 years ago
Tom Lane 5a07224491 Update release notes to mention need for ALTER EXTENSION UPDATE. 9 years ago
Tom Lane 6591f4226c Improve readability of the output of psql's \timing command. 9 years ago
Simon Riggs 35250b6ad7 New recovery target recovery_target_lsn 9 years ago
Simon Riggs 0c40ab3a88 Fix wording of logical decoding concepts 9 years ago
Tom Lane 39b691f251 Don't require dynamic timezone abbreviations to match underlying time zone. 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Tom Lane 39d866433e Make another editorial pass over the 9.6 release notes. 9 years ago
Tom Lane a6f0dc701b Update 9.6 release notes through today. 9 years ago
Tom Lane 26fa446da6 Add a nonlocalized version of the severity field to client error messages. 9 years ago
Bruce Momjian ca9cb940d2 doc: more replacement of <literal> with something better 9 years ago
Peter Eisentraut 0e4cc1fc51 doc: Fix XSLT speedup with older upstream stylesheet versions 9 years ago
Tom Lane 77e2906821 Create an SP-GiST opclass for inet/cidr. 9 years ago
Bruce Momjian ff066481b0 doc: fix incorrect 'literal' tags 9 years ago
Tom Lane d2ddee63b4 Improve SP-GiST opclass API to better support unlabeled nodes. 9 years ago
Robert Haas 86f31695f3 Add txid_current_ifassigned(). 9 years ago
Bruce Momjian f2e016f8d5 doc: fix typo in recent patch 9 years ago