Commit Graph

48057 Commits (1379fd537f9fc7941c8acff8c879ce3636dbdb77)
 

Author SHA1 Message Date
Amit Kapila 1379fd537f Introduce the 'force' option for the Drop Database command. 7 years ago
Tom Lane 112caf9039 Finish reverting commit 0a52d378b. 7 years ago
Alvaro Herrera c5e8ea978d pg_stat_activity: document client_port being null 7 years ago
Alvaro Herrera 5c46e7d82e pg_stat_{ssl,gssapi}: Show only processes with connections 7 years ago
Peter Geoghegan 1f55ebae27 Make _bt_keep_natts_fast() use datum_image_eq(). 7 years ago
Alvaro Herrera dcb7d3cafa Have LookupFuncName accept NULL argtypes for 0 args 7 years ago
Peter Geoghegan 8c951687f5 Teach datum_image_eq() about cstring datums. 7 years ago
Tom Lane 7a0574b50e Fix ecpglib.h to declare bool consistently with c.h. 7 years ago
Peter Eisentraut de7c2d30b6 gitattributes: Add new file 7 years ago
Amit Kapila 14aec03502 Make the order of the header file includes consistent in backend modules. 7 years ago
Tom Lane b6423e92ab Doc: fix ancient mistake, or at least obsolete info, in rules example. 7 years ago
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