Commit Graph

12989 Commits (7ada2d31f47f1d378ae7d4ee2d044df1bb2b0c6a)

Author SHA1 Message Date
Robert Haas 7ada2d31f4 Remove contrib/tsearch2. 9 years ago
Peter Eisentraut ae0e550ce1 doc: Remove accidental extra table cell 9 years ago
Peter Eisentraut 2ea5b06c7a Add CREATE SEQUENCE AS <data type> clause 9 years ago
Simon Riggs 9401883a7a Update ddl.sgml for declarative partitioning syntax 9 years ago
Simon Riggs 61c9a9dac4 Add keywords for partitioning 9 years ago
Simon Riggs c1369fe2ea Improve CREATE TABLE documentation of partitioning 9 years ago
Robert Haas 62e8b38751 Rename command line options for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 3f01fd4ca0 Rename dtrace probes for ongoing xlog -> wal conversion. 9 years ago
Robert Haas 85c11324ca Rename user-facing tools with "xlog" in the name to say "wal". 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Peter Eisentraut e35bbea7dd doc: Some improvements in CREATE SUBSCRIPTION ref page 9 years ago
Robert Haas 293e24e507 Cache hash index's metapage in rel->rd_amcache. 9 years ago
Tom Lane 39c3ca5161 Correct thinko in last-minute release note item. 9 years ago
Tom Lane 64ee636a5b Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20. 9 years ago
Peter Eisentraut 696af9ab0a doc: Document sequence function privileges better 9 years ago
Peter Eisentraut ab82340a43 Avoid permission failure in pg_sequences.last_value 9 years ago
Tom Lane ad6af3fc42 Release note updates. 9 years ago
Peter Eisentraut 549f74733f doc: Update CREATE DATABASE examples 9 years ago
Tom Lane 9863017b87 First-draft release notes for 9.6.2. 9 years ago
Robert Haas e759854a09 pgstattuple: Add pgstathashindex. 9 years ago
Tom Lane fd6cd69803 Clean up psql's behavior for a few more control variables. 9 years ago
Peter Eisentraut aa09b9dcd5 doc: Add missing include in example code 9 years ago
Peter Eisentraut ecb814b5ce doc: Document result set of CREATE_REPLICATION_SLOT 9 years ago
Robert Haas 08bf6e5295 pageinspect: Support hash indexes. 9 years ago
Andrew Dunstan f1169ab501 Don't count background workers against a user's connection limit. 9 years ago
Tom Lane 86322dc7e0 Improve psql's behavior for \set and \unset of its control variables. 9 years ago
Tom Lane de16ab7238 Invent pg_hba_file_rules view to show the content of pg_hba.conf. 9 years ago
Tom Lane 511ae628f3 Make psql reject attempts to set special variables to invalid values. 9 years ago
Peter Eisentraut cdcad6b788 doc: Update privileges documentation 9 years ago
Peter Eisentraut 5a366b4ff4 Fix typo: pg_statistics -> pg_statistic 9 years ago
Peter Eisentraut 049ac809a7 doc: Fix typo 9 years ago
Peter Eisentraut 98cc5db27c doc: Logical replication documentation improvements 9 years ago
Peter Eisentraut 87ecf2d14f doc: Fix typo 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Peter Eisentraut 123f03ba2c doc: Update ALTER SEQUENCE documentation to match 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Robert Haas d1ecd53947 Add a SHOW command to the replication command language. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Peter Eisentraut 0bc1207aeb Fix default minimum value for descending sequences 9 years ago
Tom Lane cdc2a70470 Allow backslash line continuations in pgbench's meta commands. 9 years ago
Fujii Masao 9547370950 Add description of temporary column into pg_replication_slots doc. 9 years ago
Peter Eisentraut 665d1fad99 Logical replication 9 years ago
Tom Lane f13a1277aa Doc: improve documentation of new SRF-in-tlist behavior. 9 years ago
Andres Freund 69f4b9c85f Move targetlist SRF handling from expression evaluation to new executor node. 9 years ago
Magnus Hagander d00ca333c3 Implement array version of jsonb_delete and operator 9 years ago
Peter Eisentraut aa17c06fb5 Add function to import operating system collations 9 years ago
Peter Eisentraut 6181c34da8 doc: Update URL for Microsoft download site 9 years ago