Commit Graph

10017 Commits (74bcdfbe2dd656f04db4e883b5bdcdafddebff08)

Author SHA1 Message Date
Alvaro Herrera f9e9763b62 Fix typo 15 years ago
Magnus Hagander dcb09b595f Support for collecting crash dumps on Windows 15 years ago
Robert Haas df142bf82c Waiting for complete startup is now a well-defined operation. 15 years ago
Robert Haas 290f1603b4 Some copy editing of pg_read_binary_file() patch. 15 years ago
Robert Haas afc8f47b58 Document timestamptz a little better. 15 years ago
Itagaki Takahiro 03db44eae3 Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). 15 years ago
Bruce Momjian 16b5e08dec Use "upgrade" in preference over "migrate" in pg_upgrade messages and 15 years ago
Tom Lane f9224c8ec2 Update release notes for releases 9.0.2, 8.4.6, 8.3.13, 8.2.19, and 8.1.23. 15 years ago
Peter Eisentraut 843a490f0a Remove recently reintroduced CVS keyword 15 years ago
Robert Haas d26849ee26 Document replacement of pg_class.relistemp with relpersistence. 15 years ago
Robert Haas d3d414696f Allow bidirectional copy messages in streaming replication mode. 15 years ago
Robert Haas 1490946c57 Minor documentation cleanup. 15 years ago
Tom Lane 576477e73c Force default wal_sync_method to be fdatasync on Linux. 15 years ago
Simon Riggs e620ee35b2 Optimize commit_siblings in two ways to improve group commit. 15 years ago
Tom Lane b525bf771e Add KNNGIST support to contrib/pg_trgm. 15 years ago
Tom Lane b576757d7e Add external documentation for KNNGIST. 15 years ago
Robert Haas c0a4d3e051 Clarify that LOCK TABLE requires a table-level privilege. 15 years ago
Tom Lane d583f10b7e Create core infrastructure for KNNGIST. 15 years ago
Heikki Linnakangas 3c42efceb2 Be consistent about writing "[, ...]" instead "[,...]" in the docs. 15 years ago
Tom Lane c623365ff9 Point out in default_tablespace's description that CREATE DATABASE ignores it. 15 years ago
Robert Haas fe7a32fc87 New contrib module, auth_delay. 15 years ago
Tom Lane d53c1255d9 A bit more wordsmithing on the PQping documentation. 15 years ago
Tom Lane db96e1ccfc Rewrite PQping to be more like what we agreed to last week. 15 years ago
Robert Haas 55109313f9 Add more ALTER <object> .. SET SCHEMA commands. 15 years ago
Bruce Momjian afd7d9adca Add PQping and PQpingParams to libpq to allow detection of the server's 15 years ago
Bruce Momjian 7276ab5888 Document that a CHECKPOINT before taking a file system snapshot can 15 years ago
Bruce Momjian ba11258ccb When reporting the server as not responding, if the hostname was 15 years ago
Tom Lane 725d52d0c2 Create the system catalog infrastructure needed for KNNGIST. 15 years ago
Peter Eisentraut 4fc09ad00c Add index entries for more functions 15 years ago
Peter Eisentraut f2a4278330 Propagate ALTER TYPE operations to typed tables 15 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Robert Haas 7504870778 Add new SQL function, format(text). 15 years ago
Alvaro Herrera 6cc2deb86e Add pg_describe_object function 15 years ago
Robert Haas 1fc2d60d8c Minor corrections to dummy_seclabel documentation. 15 years ago
Robert Haas 45768d10e3 Document the dummy_seclabel contrib module. 15 years ago
Tom Lane 511e902b51 Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally. 15 years ago
Andrew Dunstan b7fcf68e86 Require VALUE keyword when extending an enum type. Based on a patch from Alvaro Herrera. 15 years ago
Robert Haas 3134d8863e Add new buffers_backend_fsync field to pg_stat_bgwriter. 15 years ago
Peter Eisentraut 19e231bbda Improved parallel make support 15 years ago
Peter Eisentraut d6754f67b0 docs -> documentation 15 years ago
Bruce Momjian 8f742d1cda Mention that pg_upgrade requires compatible 32/64-bit binaries. 15 years ago
Robert Haas 7ba6e4f0e0 Add monitoring function pg_last_xact_replay_timestamp. 15 years ago
Alvaro Herrera b47953f9c6 Merge docs for CREATE CONSTRAINT TRIGGER and CREATE TRIGGER 15 years ago
Tom Lane 0de92fd13c Improve pg_ctl's man page. 15 years ago
Alvaro Herrera 73bc5218df plpython has plpy.Error instead of plpy.ERROR 15 years ago
Tom Lane 543d22fc74 Prevent invoking I/O conversion casts via functional/attribute notation. 15 years ago
Tom Lane e43fb604d6 Implement an "S" option for psql's \dn command. 15 years ago
Tom Lane 5e8b7b0b73 Allow moddatetime's target column to be of type timestamptz. 15 years ago
Peter Eisentraut bd1ff97133 Change version number in release notes to 9.1alpha2 15 years ago
Peter Eisentraut 71165685b2 Last-minute updates to 9.1alpha2 release notes 15 years ago