Commit Graph

41824 Commits (ae0e550ce1703621efb3b75f4558df253cef5bca)
 

Author SHA1 Message Date
Peter Eisentraut ae0e550ce1 doc: Remove accidental extra table cell 9 years ago
Noah Misch f30f34e589 Ignore tablespace ACLs when ignoring schema ACLs. 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
Tom Lane 5d2adf0f81 Blind try to fix portability issue in commit 8f93bd851 et al. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Robert Haas 72257f9578 simplehash: Additional tweaks to make specifying an allocator work. 9 years ago
Robert Haas 3f3d60d3bb Fix race condition in ConditionVariablePrepareToSleep. 9 years ago
Robert Haas fc8219dc54 pageinspect: Fix hash_bitmap_info not to read the underlying page. 9 years ago
Tom Lane 86d911ec0f Allow index AMs to cache data across aminsert calls within a SQL command. 9 years ago
Andres Freund 7c5d8c16e1 Add explicit ORDER BY to a few tests that exercise hash-join code. 9 years ago
Tom Lane 8f93bd8512 Fix roundoff problems in float8_timestamptz() and make_interval(). 9 years ago
Robert Haas a507b86900 Add WAL consistency checking facility. 9 years ago
Peter Eisentraut 115cb31597 Fix relcache leaks in get_object_address_publication_rel() 9 years ago
Peter Eisentraut e35bbea7dd doc: Some improvements in CREATE SUBSCRIPTION ref page 9 years ago
Robert Haas c3c4f6e174 Revise the way the element allocator for a simplehash is specified. 9 years ago
Tom Lane 242066cc8e Speed up "brin" regression test a little bit. 9 years ago
Robert Haas ac8eb972f2 Avoid redefining simplehash_allocate/simplehash_free. 9 years ago
Robert Haas 565903af47 Allow the element allocator for a simplehash to be specified. 9 years ago
Robert Haas 94708c0e8c Fix compiler warning. 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
Tom Lane 2aaec65464 Avoid returning stale attribute bitmaps in RelationGetIndexAttrBitmap(). 9 years ago
Peter Eisentraut 549f74733f doc: Update CREATE DATABASE examples 9 years ago
Tom Lane a59318346e Update comment in relcache.c. 9 years ago
Peter Eisentraut afcb0c97ef Add missing newline to error messages 9 years ago
Heikki Linnakangas d93b7535a6 Fix typo also in expected output. 9 years ago
Heikki Linnakangas d02d985349 Fix typo in variable name. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane 9863017b87 First-draft release notes for 9.6.2. 9 years ago
Robert Haas 6f4b4ceefa Remove redundant comment. 9 years ago
Robert Haas 38c363adf4 Improve grammar of message about two-phase state files. 9 years ago
Robert Haas 871ec0e336 pageinspect: More type-sanity surgery on the new hash index code. 9 years ago
Robert Haas e759854a09 pgstattuple: Add pgstathashindex. 9 years ago
Fujii Masao 39b8cc991f Be sure to release LogicalRepLauncherLock in DROP SUBSCRIPTION command. 9 years ago
Tom Lane 14e9b18fed In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines. 9 years ago
Robert Haas 29e312bc13 pageinspect: Remove platform-dependent values from hash tests. 9 years ago
Tom Lane c6eeb67dcc Fix a bunch more portability bugs in commit 08bf6e529. 9 years ago
Robert Haas ed807fda6d pageinspect: Try to fix some bugs in previous commit. 9 years ago
Tom Lane fd6cd69803 Clean up psql's behavior for a few more control variables. 9 years ago
Tom Lane 8ac0365c22 Avoid improbable null pointer dereference in pgpassfileWarning(). 9 years ago