Commit Graph

44657 Commits (aa5877bb26347c58a34aee4e460eb1e1123bb096)
 

Author SHA1 Message Date
Simon Riggs aa5877bb26 Revert "MERGE SQL Command following SQL:2016" 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Simon Riggs e6597dc353 MERGE SQL Command following SQL:2016 8 years ago
Peter Eisentraut a92f24fc53 Fix XML syntax in documentation 8 years ago
Tom Lane b01f32c313 Fix some dubious WAL-parsing code. 8 years ago
Peter Eisentraut 05e85d35af psql: Fix \ef, \sf tab completion 8 years ago
Tom Lane 6278a2a262 Remove contrib/jsonb_plpython's tests for infinity and NaN conversions. 8 years ago
Tom Lane beff4bb9c7 Teach configure --with-python to report the Python version number. 8 years ago
Peter Eisentraut 2764d5dcfa Make be-secure-common.c more consistent for future SSL implementations 8 years ago
Robert Haas 7e0d64c7a5 postgres_fdw: Push down partition-wise aggregation. 8 years ago
Tom Lane 0b11a674fb Fix a boatload of typos in C comments. 8 years ago
Andres Freund 686d399f2b Fix non-portable use of round(). 8 years ago
Andres Freund 7f563c09f8 Add amcheck verification of heap relations belonging to btree indexes. 8 years ago
Andres Freund 51bc271790 Add Bloom filter implementation. 8 years ago
Andrew Dunstan ed69864350 Small cleanups in fast default code. 8 years ago
Tom Lane 94173d3eeb Fix assorted issues in parallel vacuumdb. 8 years ago
Tom Lane 5635c7aa67 Fix portability and translatability issues in commit 64f85894a. 8 years ago
Tom Lane b0c90c85fc Portability fix for commit 9a895462d. 8 years ago
Andres Freund a4ebbd2752 Remove PARTIAL_LINKING build mode. 8 years ago
Tatsuo Ishii 1b26bd4089 Fix bug with view locking code. 8 years ago
Andres Freund 3e256e5506 Add SKIP_LOCKED option to RangeVarGetRelidExtended(). 8 years ago
Andres Freund d87510a524 Combine options for RangeVarGetRelidExtended() into a flags argument. 8 years ago
Fujii Masao 9a895462d9 Enhance pg_stat_wal_receiver view to display host and port of sender server. 8 years ago
Tom Lane 11002f8afa Fix bogus provolatile/proparallel markings on a few built-in functions. 8 years ago
Tom Lane 4a33bb59df Ensure that WAL pages skipped by a forced WAL switch are zero-filled. 8 years ago
Tom Lane e5eb4fa873 Remove obsolete SLRU wrapping and warnings from predicate.c. 8 years ago
Tom Lane 1bb9e731e1 Improve out-of-memory error reports by including memory context name. 8 years ago
Tom Lane c79f6df75d Do index FSM vacuuming sooner. 8 years ago
Robert Haas 96030f9a48 Don't call IS_DUMMY_REL() when cheapest_total_path might be junk. 8 years ago
Bruce Momjian 681673e0c6 docs: add parameter with brackets around varbit() 8 years ago
Bruce Momjian 756dca8e7f doc: document "IS NOT DOCUMENT" 8 years ago
Teodor Sigaev 43d1ed60fd Predicate locking in GIN index 8 years ago
Magnus Hagander 019fa576ca Fix typo in comment 8 years ago
Bruce Momjian 3da7502cd0 docs: fix spacing around "if not exists" brackets 8 years ago
Tatsuo Ishii 34c20de4d0 Allow to lock views. 8 years ago
Andres Freund fb60478011 Improve JIT docs. 8 years ago
Robert Haas c1de1a3a8b Remove 'target' from GroupPathExtraData. 8 years ago
Robert Haas 11cf92f6e2 Rewrite the code that applies scan/join targets to paths. 8 years ago
Robert Haas 3f90ec8597 Postpone generate_gather_paths for topmost scan/join rel. 8 years ago
Robert Haas d7c19e62a8 Teach create_projection_plan to omit projection where possible. 8 years ago
Bruce Momjian 20b4323bd1 C comments: "a" <--> "an" corrections 8 years ago
Bruce Momjian 3282c4c136 README change: update for hash access method 8 years ago
Magnus Hagander 8cdc834647 Fix incorrect copy/paste in comment 8 years ago
Magnus Hagander 9778d5c180 Fix typo in comment 8 years ago
Tom Lane 2b1759e267 Remove unnecessary BufferGetPage() calls in fsm_vacuum_page(). 8 years ago
Tom Lane a063baaced Remove UpdateFreeSpaceMap(), use FreeSpaceMapVacuumRange() instead. 8 years ago
Bruce Momjian bc0021ef09 C comment: fix wording about shared memory message queue 8 years ago
Tom Lane 851a26e266 While vacuuming a large table, update upper-level FSM data every so often. 8 years ago
Teodor Sigaev c0cbe00fee Add casts from jsonb 8 years ago