Commit Graph

38691 Commits (5181fc57dfb98b39d059908e04a0628ee6e65efc)
 

Author SHA1 Message Date
Tom Lane 1a8a4e5cde Code review for foreign/custom join pushdown patch. 11 years ago
Tom Lane c594c75078 Add missing "static" marker. 11 years ago
Stephen Frost f0a4b20bb9 Correct reindexdb documentation 11 years ago
Bruce Momjian da31c5ed79 doc: adjust ordering of pg_stat_statement paragraphs 11 years ago
Andrew Dunstan cb9fa802b3 Add new OID alias type regnamespace 11 years ago
Andrew Dunstan 0c90f6769d Add new OID alias type regrole 11 years ago
Stephen Frost 0cf56f14dd Improve ParseConfigFp comment wrt head/tail 11 years ago
Stephen Frost 9a0884176f Change default for include_realm to 1 11 years ago
Stephen Frost f91feba877 Modify pg_stat_get_activity to build a tuplestore 11 years ago
Stephen Frost 4b342fb591 Bump catversion for pg_file_settings 11 years ago
Stephen Frost a97e0c3354 Add pg_file_settings view and function 11 years ago
Andres Freund bab64ef9e8 Fix two problems in infer_arbiter_indexes(). 11 years ago
Heikki Linnakangas de7688442f At promotion, archive last segment from old timeline with .partial suffix. 11 years ago
Heikki Linnakangas 179cdd0981 Add macros to check if a filename is a WAL segment or other such file. 11 years ago
Peter Eisentraut 16c73e773b Fix whitespace 11 years ago
Andres Freund e8898e9169 Minor ON CONFLICT related comments and doc fixes. 11 years ago
Robert Haas 53bb309d2d Teach autovacuum about multixact member wraparound. 11 years ago
Stephen Frost 195fbd4012 Remove reference to src/tools/backend/index.html 11 years ago
Andres Freund 581f4f9657 Remove dependency on ordering in logical decoding upsert test. 11 years ago
Andres Freund 168d5805e4 Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. 11 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Alvaro Herrera db5f98ab4f Improve BRIN infra, minmax opclass and regression test 11 years ago
Robert Haas 7be47c56af Fix incorrect math in DetermineSafeOldestOffset. 11 years ago
Bruce Momjian 82ec7c95b7 Makefile: Add comment that doc uninstall clears man directories 11 years ago
Magnus Hagander 1a241d22ae Properly send SCM status updates when shutting down service on Windows 11 years ago
Magnus Hagander d678bde655 Fix indentation that could mask a future bug 11 years ago
Magnus Hagander aa7cf3eef4 Fix minor resource leak in pg_dump 11 years ago
Robert Haas 1998261034 Avoid using a C++ keyword as a structure member name. 11 years ago
Tom Lane 929ca96584 citext's regexp_matches() functions weren't documented, either. 11 years ago
Tom Lane b22527f29d Fix incorrect declaration of citext's regexp_matches() functions. 11 years ago
Peter Eisentraut 53f0965767 doc: Update installation instructions for new shared libperl/libpython handling 11 years ago
Alvaro Herrera 3b6db1f445 Add geometry/range functions to support BRIN inclusion 11 years ago
Robert Haas 456ff08638 Fix some problems with patch to fsync the data directory. 11 years ago
Peter Eisentraut c0574cd5aa hstore_plpython: Support tests on Python 2.3 11 years ago
Peter Eisentraut ad8d6d064c Fix typos 11 years ago
Robert Haas 40f42d2a34 Use outerPlanState macro instead of referring to leffttree. 11 years ago
Tom Lane 2503982be4 Improve procost estimates for some text search functions. 11 years ago
Robert Haas 2ce439f337 Recursively fsync() the data directory after a crash. 11 years ago
Heikki Linnakangas ec3d976bce Fix the same-rel optimization when creating WAL records. 11 years ago
Andrew Dunstan 3c000fd9a6 Fix two small bugs in json's populate_record_worker 11 years ago
Tom Lane c90b85e4d9 Second try at fixing warnings caused by commit 9b43d73b3f. 11 years ago
Tom Lane a4820434c1 Fix overlooked relcache invalidation in ALTER TABLE ... ALTER CONSTRAINT. 11 years ago
Andrew Dunstan f707b53449 fix escaping of brackets for m4 broken in b6b2149e48 11 years ago
Andrew Dunstan f802c6ddba Enable transforms modules to build and run with Mingw builds. 11 years ago
Andrew Dunstan b6b2149e48 Fix python_includespec on Windows at configure time 11 years ago
Noah Misch 1a629c1b16 Combine initdb tests that successfully create a data directory. 11 years ago
Noah Misch 84c08a7649 Fix one more TAP test to use standard command-line argument ordering. 11 years ago
Noah Misch b339a5cf90 Rename coerce_type() local variable. 11 years ago
Peter Eisentraut 67df9782e9 Windows also needs an override of the shared libpython detection 11 years ago
Peter Eisentraut e30a864963 hstore_plperl: Move port-specific parts to later in the makefile 11 years ago