Commit Graph

41137 Commits (0aec7f9aec8b828e074b8f2f3cbea2ec3e5c0209)
 

Author SHA1 Message Date
Heikki Linnakangas 65c6556384 Fix pgbench's calculation of average latency, when -T is not used. 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
Peter Eisentraut 90c9648212 Re-add translation markers that were lost 9 years ago
Robert Haas 470d886c32 Use PostmasterRandom(), not random(), for DSM control segment ID. 9 years ago
Robert Haas 419113dfdc Retry DSM control segment creation if Windows indicates access denied. 9 years ago
Heikki Linnakangas 45310221a9 Fix outdated comments, GIST search queue is not an RBTree anymore. 9 years ago
Heikki Linnakangas 40c3fe4980 Fix latency calculation when there are \sleep commands in the script. 9 years ago
Heikki Linnakangas 6cc54f38a9 Remove obsolete warning from docs. 9 years ago
Robert Haas 8614b39bca MSVC: Include pg_recvlogical in client-only install. 9 years ago
Robert Haas 2c8f0d6e53 Update recovery_min_apply_delay docs for remote_apply mode. 9 years ago
Heikki Linnakangas 3fcc98c990 Fix ecpg -? option on Windows, add -V alias for --version. 9 years ago
Tom Lane d8c61c9765 Add debugging aid "bmsToString(Bitmapset *bms)". 9 years ago
Robert Haas 5225c66336 Clarify policy on marking inherited constraints as valid. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Robert Haas ffccee4736 Fix typo in comment. 9 years ago
Tom Lane 5472ed3e9b Make min_parallel_relation_size's default value platform-independent. 9 years ago
Robert Haas 8a503526e4 pg_buffercache: Allow huge allocations. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas c99dd5bfed Fix and clarify comments on replacement selection. 9 years ago
Peter Eisentraut 656df624c0 Add overflow checks to money type input function 9 years ago
Tom Lane 0dac5b5174 Tweak targetlist-SRF tests some more. 9 years ago
Robert Haas 6415ba502b Improve code comment for GatherPath's single_copy flag. 9 years ago
Tom Lane a163c006ca Tweak targetlist-SRF tests. 9 years ago
Tom Lane 55c3391d1e Be pickier about converting between Name and Datum. 9 years ago
Tom Lane fdc79e1909 Fix executor/README to reflect disallowing SRFs in UPDATE. 9 years ago
Tom Lane a4c35ea1c2 Improve parser's and planner's handling of set-returning functions. 9 years ago
Robert Haas 445a38aba2 Have heapam.h include lockdefs.h rather than lock.h. 9 years ago
Andres Freund 0dba54f166 Remove user_relns() SRF from regression tests. 9 years ago
Andres Freund 9f478b4f19 Address portability issues in bfe16d1a5 test output. 9 years ago
Andres Freund bfe16d1a5d Add more tests for targetlist SRFs. 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
Kevin Grittner 63c1a87194 Fix recent commit for tab-completion of database template. 9 years ago
Simon Riggs 4068eb9918 Fix copy/pasto in file identification 9 years ago
Simon Riggs fc3d4a44e9 Identify walsenders in pg_stat_activity 9 years ago
Simon Riggs c3c0d7bd70 Raise max setting of checkpoint_timeout to 1d 9 years ago
Kevin Grittner 52803098ab psql tab completion for CREATE DATABASE ... TEMPLATE ... 9 years ago
Tom Lane 40b449ae84 Allow CREATE EXTENSION to follow extension update paths. 9 years ago
Tom Lane 28e5e5648c Fix and simplify MSVC build's handling of xml/xslt/uuid dependencies. 9 years ago
Heikki Linnakangas 24598337c8 Implement binary heap replace-top operation in a smarter way. 9 years ago
Tom Lane f2717c79ee Improve unreachability recognition in elog() macro. 9 years ago
Tom Lane ddc8893179 Fix miserable coding in pg_stat_get_activity(). 9 years ago
Tom Lane 24992c6db9 Rewrite PageIndexDeleteNoCompact into a form that only deletes 1 tuple. 9 years ago
Tom Lane 1a4be103a5 Convert PageAddItem into a macro to save a few cycles. 9 years ago
Tom Lane b1328d78f8 Invent PageIndexTupleOverwrite, and teach BRIN and GiST to use it. 9 years ago
Alvaro Herrera 5c609a742f Fix locking a tuple updated by an aborted (sub)transaction 9 years ago
Tom Lane 984d0a14e8 In PageIndexTupleDelete, don't assume stored item lengths are MAXALIGNed. 9 years ago
Peter Eisentraut e0013deb59 Make better use of existing enums in plpgsql 9 years ago