Commit Graph

48047 Commits (b6423e92abfadaa1ed9642319872aa1654403cd6)
 

Author SHA1 Message Date
Tom Lane b6423e92ab Doc: fix ancient mistake, or at least obsolete info, in rules example. 6 years ago
Tom Lane 13e8b2ee89 Further improve stability of partition_prune regression test. 6 years ago
Peter Eisentraut 2cd75e4e79 gitattributes: Remove entries for no longer existing files 6 years ago
Peter Eisentraut d0c92527cc Fix whitespace 6 years ago
Peter Eisentraut bbaa823272 Rerun autoheader 6 years ago
Thomas Munro db2687d1f3 Optimize PredicateLockTuple(). 6 years ago
Thomas Munro 695c5977c8 Optimize TransactionIdIsCurrentTransactionId(). 6 years ago
Amit Kapila 9fab25c6cd Rearrange dropdb() to avoid errors after allowing other sessions to exit. 6 years ago
Peter Eisentraut ef8fcbff56 Fix subscription test 6 years ago
Peter Eisentraut d2d4c35080 doc: Clarify documentation about SSL passphrases 6 years ago
Peter Eisentraut 27b59d619d doc: Further tweak recovery parameters documentation 6 years ago
Peter Eisentraut 1c60e40ad5 Fix negative bitmapset member not allowed error in logical replication 6 years ago
Michael Paquier 943b447d30 Fix new COPY test of PL/pgSQL with VPATH builds 6 years ago
Michael Paquier 1858b105b0 Add tests for COPY in PL/pgSQL 6 years ago
Andres Freund aae50236e4 Pass ItemPointer not HeapTuple to IndexBuildCallback. 6 years ago
Alvaro Herrera 71a8a4f6e3 Add backtrace support for error reporting 6 years ago
Peter Eisentraut 3dcffb381c Fix gratuitous error message variation 6 years ago
Etsuro Fujita 879c117615 postgres_fdw: Fix error message for PREPARE TRANSACTION. 6 years ago
Peter Eisentraut b85e43feb3 More precise errors from initial pg_control check 6 years ago
Peter Geoghegan e86c8ef243 Use "low key" terminology in nbtsort.c. 6 years ago
Bruce Momjian c10fae2142 docs: clarify that only INSERT and UPDATE triggers can mod. NEW 6 years ago
Tom Lane c8cb98ec41 Move declaration of ecpg_gettext() to a saner place. 6 years ago
Alvaro Herrera b4bcc6bfdf Fix SET CONSTRAINTS .. DEFERRED on partitioned tables 6 years ago
Tom Lane a7145f6bc8 Fix integer-overflow edge case detection in interval_mul and pgbench. 6 years ago
Peter Eisentraut effa40281b Remove HAVE_LONG_LONG_INT 6 years ago
Peter Eisentraut 581a55889b Fix nested error handling in PG_FINALLY 6 years ago
Fujii Masao a0c96856e8 Fix assertion failure when running pgbench -s. 6 years ago
Thomas Munro 7815e7efdb Add reusable routine for making arrays unique. 6 years ago
Michael Paquier 3feb6ace7c Check after errors of SPI_execute() in xml.c 6 years ago
Tomas Vondra 6e3e6cc0e8 Allow sampling of statements depending on duration 6 years ago
Tomas Vondra 11d9ac28e5 Document log_transaction_sample_rate as superuser-only 6 years ago
Tom Lane 22e44e8dbc Minor code review for tuple slot rewrite. 6 years ago
Tom Lane ff43b3e88e Sync our DTrace infrastructure with c.h's definition of type bool. 6 years ago
Peter Eisentraut d40abd5fcf Fix memory allocation mistake 6 years ago
Peter Eisentraut 5b7ba75f7f Remove unused function argument 6 years ago
Michael Paquier 5f6b1eb0cf Fix timestamp of sent message for write context in logical decoding 6 years ago
Andrew Gierth a9056cc637 Request small targetlist for input to WindowAgg. 6 years ago
Fujii Masao 979766c0af Correct the command tags for ALTER ... RENAME COLUMN. 6 years ago
Fujii Masao a386942bd2 Add "G" (server-side data generation) as an initialization step in pgbench. 6 years ago
Bruce Momjian 4b5e58b86e doc: fix plurality typo on bgwriter doc sentence 6 years ago
Andres Freund 26aaf97b68 Make StringInfo available to frontend code. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Tom Lane 66c61c81b9 Tweak some authentication debug messages to follow project style. 6 years ago
Tom Lane 3affe76ef8 Avoid logging complaints about abandoned connections when using PAM. 6 years ago
Tom Lane a30531c5c8 Fix "unexpected relkind" error when denying permissions on toast tables. 6 years ago
Tom Lane 529ebb20aa Generate EquivalenceClass members for partitionwise child join rels. 6 years ago
Michael Paquier 2a4d96ebbd Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION 6 years ago
Michael Paquier ea88133801 Doc: Improve description around ALTER TABLE ATTACH PARTITION 6 years ago
Michael Paquier 3534fa2233 Refactor code building relation options 6 years ago
Tom Lane 5102f39440 Stabilize pg_dump output order for similarly-named triggers and policies. 6 years ago