Commit Graph

45663 Commits (a49ceda6a044c2fc104b3d1397fe0bef8679d1aa)
 

Author SHA1 Message Date
Peter Eisentraut a49ceda6a0 Update dummy CREATE ASSERTION grammar 7 years ago
Tomas Vondra a3d2844852 Improve test coverage of geometric types 7 years ago
Tomas Vondra 2e2a392de3 Fix problems in handling the line data type 7 years ago
Michael Paquier f535d5f0c1 Add basic regression tests for default monitoring roles 7 years ago
Michael Paquier 8d28bf500f Rework activation of commit timestamps during recovery 7 years ago
Andres Freund 10763358c3 Remove absolete function TupleDescGetSlot(). 7 years ago
Andres Freund 29c94e03c7 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. 7 years ago
Andres Freund bbdfbb9154 Remove function list from prologue of execTuples.c. 7 years ago
Andres Freund a598708ffa Change TupleTableSlot->tts_nvalid to type AttrNumber. 7 years ago
Alvaro Herrera 5913b9bbf3 Remove obsolete comment 7 years ago
Alvaro Herrera 62e533d3f1 Remove fmgr.h inclusion from partition.h 7 years ago
Andres Freund 33001fd7a7 Collect JIT instrumentation from workers. 7 years ago
Tom Lane 5e22171310 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 7 years ago
Tom Lane 5b7e036707 Avoid unnecessary precision loss for pgbench's --rate target. 7 years ago
Thomas Munro 64171b3206 Constify dsa_size_class_map and use a better type. 7 years ago
Michael Paquier 08c9917e24 Ignore publication tables when --no-publications is used 7 years ago
Michael Paquier edb9797660 Revoke pg_stat_statements_reset() permissions 7 years ago
Tom Lane fd582317e1 Sync our Snowball stemmer dictionaries with current upstream. 7 years ago
Andres Freund b076eb7669 auto_explain: Include JIT information if applicable. 7 years ago
Andres Freund 52050ad8eb Make EXPLAIN output for JIT compilation more dense. 7 years ago
Andrew Dunstan 7636e5c60f Fast default trigger and expand_tuple fixes 7 years ago
Tom Lane 60e612b602 Use ppoll(2), if available, to wait for input in pgbench. 7 years ago
Tom Lane 87d9bbca13 Fix over-allocation of space for array_out()'s result string. 7 years ago
Joe Conway c62dd80cdf Document aclitem functions and operators 7 years ago
Noah Misch d18f6674bd Initialize random() in bootstrap/stand-alone postgres and in initdb. 7 years ago
Tom Lane 73a6005137 Doc: warn against using parallel restore with --load-via-partition-root. 7 years ago
Tom Lane 89b280e139 Fix failure in WHERE CURRENT OF after rewinding the referenced cursor. 7 years ago
Alexander Korotkov 2f39106a20 Replace CAS loop with single TAS in ProcArrayGroupClearXid() 7 years ago
Michael Paquier db361db2fc Make GUC wal_sender_timeout user-settable 7 years ago
Tom Lane 4f3b38fe2b Get rid of explicit argument-count markings in tab-complete.c. 7 years ago
Bruce Momjian 1f7fc7670c doc: JIT is enabled by default in PG 12 7 years ago
Bruce Momjian f77de4b0c0 docs: remove use of escape strings and use bytea hex output 7 years ago
Tom Lane e8fe426baa Fix bogus tab-completion rule for CREATE PUBLICATION. 7 years ago
Tom Lane 121213d9d8 Improve tab completion for ANALYZE, EXPLAIN, and VACUUM. 7 years ago
Tom Lane e3b7a6d165 Rationalize Query_for_list_of_[relations] query names in tab-complete.c. 7 years ago
Thomas Munro f025bd2ddd Use size_t consistently in dsa.{ch}. 7 years ago
Michael Paquier ce9cf8e7e6 Document lock taken on referenced table when adding a foreign key 7 years ago
Andres Freund bd1463e348 Error out for clang on x86-32 without SSE2 support, no -fexcess-precision. 7 years ago
Michael Paquier 925673f27b Remove special handling for open() in initdb for Windows 7 years ago
Tom Lane c9a8a401f1 Fix psql's tab completion for TABLE. 7 years ago
Tom Lane a7c4dad1a7 Fix psql's tab completion for ALTER DATABASE ... SET TABLESPACE. 7 years ago
Tom Lane 1dba1b61c2 Add a "return" statement to pacify perlcritic. 7 years ago
Tom Lane b09a64d602 Add missing pg_description strings for pg_type entries. 7 years ago
Tom Lane 3dc820c43e Teach genbki.pl to auto-generate pg_type entries for array types. 7 years ago
Alexander Korotkov 09e99ce86e Fix handling of format string text characters in to_timestamp()/to_date() 7 years ago
Thomas Munro 38763d6778 Fix segment_bins corruption in dsa.c. 7 years ago
Thomas Munro 6c3c9d4189 Defer restoration of libraries in parallel workers. 7 years ago
Michael Paquier 40cfe86068 Enforce translation mode for Windows frontends to text with open/fopen 7 years ago
Tom Lane 0d38e4ebb7 Fix minor error message style guide violation. 7 years ago
Tom Lane 8f0de712c3 Don't ignore locktable-full failures in StandbyAcquireAccessExclusiveLock. 7 years ago