Commit Graph

48032 Commits (71a8a4f6e36547bb060dbcc961ea9b57420f7190)
 

Author SHA1 Message Date
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
Tom Lane ec28808ba8 Fix ginEntryInsert's counting of GIN leaf tuples. 6 years ago
Peter Eisentraut a63c84e59a Fix some compiler warnings on older compilers 6 years ago
Peter Eisentraut 8557a6f10c Catch invalid typlens in a couple of places 6 years ago
Tom Lane db27b60f07 Suppress warning from older compilers. 6 years ago
Tom Lane 741b1aaf61 Fix PG_GETARG_SEG_P() definition. 6 years ago
Tom Lane 8af1624e3f Validate ispell dictionaries more carefully. 6 years ago
Michael Paquier dc816e5815 Fix failure when creating cloned indexes for a partition 6 years ago
Michael Paquier e174f699c4 Add some assertions in syncrep.c 6 years ago
Michael Paquier 20345197ff Fix race condition at backend exit when deleting element in syncrep queue 6 years ago
Peter Eisentraut 3967737624 Add some assertions to view reloption macros 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Peter Eisentraut 7302514088 Add const qualifiers to internal range type APIs 6 years ago
Michael Paquier f921ea624e Fix typo in comment of syncrep.c 6 years ago
Peter Eisentraut c5e1df951d Remove one use of IDENT_USERNAME_MAX 6 years ago
Peter Eisentraut 5cc1e64fb6 Update code comments about peer authenticaton 6 years ago