Commit Graph

41735 Commits (9ba8a9ce4548bb34b7136b7463a61b2c499979a3)
 

Author SHA1 Message Date
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Andres Freund 5bcab11142 Add castNode(type, ptr) for safe casting between NodeTag based types. 9 years ago
Alvaro Herrera 331f8c311b Remove test for COMMENT ON DATABASE 9 years ago
Peter Eisentraut e630faacd8 Fill in no_priv_msg for publications and subscriptions 9 years ago
Peter Eisentraut cdcad6b788 doc: Update privileges documentation 9 years ago
Peter Eisentraut 9c18104c74 Simplify sequence test 9 years ago
Simon Riggs e8ee3d6b85 Check interrupts during hot standby waits 9 years ago
Peter Eisentraut 2a2bdcab2c Add object_address tests for publications and subscriptions 9 years ago
Simon Riggs ec4b975016 Reset hot standby xmin on master after restart 9 years ago
Tom Lane 9d4ca01314 Ensure that a tsquery like '!foo' matches empty tsvectors. 9 years ago
Fujii Masao bdadf36eb4 Fix typo in description for pg_replication_origin_advance function. 9 years ago
Peter Eisentraut 5a366b4ff4 Fix typo: pg_statistics -> pg_statistic 9 years ago
Tom Lane f7c6246240 Introduce convenience macros to hide JsonbContainer header accesses better. 9 years ago
Peter Eisentraut 049ac809a7 doc: Fix typo 9 years ago
Peter Eisentraut 98cc5db27c doc: Logical replication documentation improvements 9 years ago
Peter Eisentraut 3d9e73ea5f Update copyright years in some recently added files 9 years ago
Peter Eisentraut 65df150a18 Close replication connection when slot creation errors 9 years ago
Tom Lane aebeb4790c Remove vestigial resolveUnknown arguments from transformSortClause etc. 9 years ago
Peter Eisentraut 87ecf2d14f doc: Fix typo 9 years ago
Tom Lane d8d32d9a56 Make UNKNOWN into an actual pseudo-type. 9 years ago
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Peter Eisentraut 123f03ba2c doc: Update ALTER SEQUENCE documentation to match 9 years ago
Tom Lane aa7f593b1f Improve speed of contrib/postgres_fdw regression tests. 9 years ago
Robert Haas 3838074f86 Be more aggressive in avoiding tuple conversion. 9 years ago
Tom Lane 7fa7bf18e4 Use non-conflicting table names in new regression test case. 9 years ago
Peter Eisentraut da4d1c0c15 pg_dump: Fix some schema issues when dumping sequences 9 years ago
Tom Lane ba005f193d Allow password file name to be specified as a libpq connection parameter. 9 years ago
Robert Haas d1ecd53947 Add a SHOW command to the replication command language. 9 years ago
Robert Haas a84069d935 Add a new DestReceiver for printing tuples without catalog access. 9 years ago
Robert Haas 7b4ac19982 Extend index AM API for parallel index scans. 9 years ago
Robert Haas 587cda35ca Fix things so that updatable views work with partitioned tables. 9 years ago
Robert Haas 132488bfee Set ecxt_scantuple correctly for tuple routing. 9 years ago
Robert Haas 27cdb3414b Reindent table partitioning code. 9 years ago
Robert Haas 96e0ccc2b5 Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based. 9 years ago
Robert Haas 52df3420cd Remove unused variable. 9 years ago
Robert Haas 289992c462 Don't invoke arbitrary code inside a possibly-aborted transaction. 9 years ago
Robert Haas b1ecb9b3fc Fix interaction of partitioned tables with BulkInsertState. 9 years ago
Fujii Masao 3eaf03b5d3 Mention logical replication tests in src/test/README. 9 years ago
Fujii Masao dc82f5a640 Be sure to release the lock on failure to launch logical replication worker. 9 years ago
Tatsuo Ishii 73293ebae2 Fix comments in StrategyNotifyBgWriter(). 9 years ago
Peter Eisentraut 1a2d9a655a Fix parallel make issue with new fmgrprotos.h 9 years ago
Peter Eisentraut 0bc1207aeb Fix default minimum value for descending sequences 9 years ago
Peter Eisentraut 46d482814c Don't error when no system locales were found 9 years ago
Peter Eisentraut 70c56a014e Fix NULL pointer access in logical replication workers 9 years ago
Peter Eisentraut 6cffe54aef Fix pointer confusion 9 years ago
Peter Eisentraut 16a61884b5 Fix memory leaks in libpqwalreceiver 9 years ago
Alvaro Herrera 7e26e02eec Prefetch blocks during lazy vacuum's truncation scan 9 years ago
Tom Lane 3c821466ab Fix example plan in optimizer/README. 9 years ago
Tom Lane c0ef456b97 Volatile-ize some plperl variables that must survive into PG_CATCH blocks. 9 years ago
Peter Eisentraut 366d2a3d88 pg_dump: Fix minor memory leak 9 years ago