Commit Graph

48046 Commits (13e8b2ee896d76dfcd02dddee40919fd6f2cd937)
 

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