Commit Graph

37636 Commits (cd5ebe1edd6d9c19caba406a90f626afec5d3f0a)
 

Author SHA1 Message Date
Andres Freund cd5ebe1edd Suppress MSVC warning in typeStringToTypeName function. 11 years ago
Tom Lane 3e22753559 Remove failing collation case from object_address regression test. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Peter Eisentraut 584e35d17c Change local_preload_libraries to PGC_USERSET 11 years ago
Andrew Dunstan 2a3f2743f2 Further tidy up on json aggregate documentation 11 years ago
Andrew Dunstan b2d145bff0 Fix documentation of argument type of json_agg and jsonb_agg 11 years ago
Heikki Linnakangas 955557ddcc Move rbtree.c from src/backend/utils/misc to src/backend/lib. 11 years ago
Heikki Linnakangas 7f0dccaed6 Turn much of the btree_gin macros into real functions. 11 years ago
Heikki Linnakangas e7032610f7 Use a pairing heap for the priority queue in kNN-GiST searches. 11 years ago
Tom Lane 699300a146 Docs: clarify treatment of variadic functions with zero variadic arguments. 11 years ago
Heikki Linnakangas 2ef6c66a2b Fix file descriptor leak at end of recovery. 11 years ago
Bruce Momjian cfb64fde7b doc: Adjust wording of ALTER TABLESPACE restriction 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 11 years ago
Heikki Linnakangas 5c805d0a81 Fix timestamp in end-of-recovery WAL records. 11 years ago
Andres Freund 37de8de9e3 Prevent potentially hazardous compiler/cpu reordering during lwlock release. 11 years ago
Andres Freund 9959abb012 Define Assert() et al to ((void)0) to avoid pedantic warnings. 11 years ago
Tom Lane 5b51683589 Improve documentation about CASE and constant subexpressions. 11 years ago
Alvaro Herrera cd6e66572b Use %u to print out BlockNumber variables 11 years ago
Alvaro Herrera 35192f0626 Have VACUUM log number of skipped pages due to pins 11 years ago
Tom Lane 4a14f13a0a Improve hash_create's API for selecting simple-binary-key hash functions. 11 years ago
Heikki Linnakangas ba94518aad Change how first WAL segment on new timeline after promotion is created. 11 years ago
Fujii Masao 38628db8d8 Add memory barriers for PgBackendStatus.st_changecount protocol. 11 years ago
Fujii Masao 19e065c049 Ensure variables live across calls in generate_series(numeric, numeric). 11 years ago
Fujii Masao ccf292cd2e Update .gitignore for config.cache. 11 years ago
Andres Freund 72950dc1d0 Adjust valgrind suppression to the changes in 2c03216d83. 11 years ago
Noah Misch 43b56171b1 Recognize Makefile line continuations in fetchRegressOpts(). 11 years ago
Fujii Masao 26674c923d Remove odd blank line in comment. 11 years ago
Andres Freund c303e9e7e5 Fix (re-)starting from a basebackup taken off a standby after a failure. 11 years ago
Noah Misch 40c598fa15 Fix previous commit for TAP test suites in VPATH builds. 11 years ago
Noah Misch f6dc6dd5ba Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Heikki Linnakangas ce01548d4f Clarify the regexp used to detect source files in MSVC builds. 11 years ago
Tom Lane c340494235 Fix another poorly worded error message. 11 years ago
Tom Lane c977b8cffc Fix poorly worded error message. 11 years ago
Magnus Hagander cef0ae498c Update .gitignore for pg_upgrade 11 years ago
Magnus Hagander 6964ad95d7 Add missing documentation for some vcregress modes 11 years ago
Magnus Hagander cb7b5c5c6f Remove redundant sentence 11 years ago
Tom Lane 66709133c7 Fix off-by-one loop count in MapArrayTypeName, and get rid of static array. 11 years ago
Tom Lane de8e46f5f5 Suppress bogus statistics when pgbench failed to complete any transactions. 11 years ago
Tom Lane d38e8d30ce Fix file descriptor leak after failure of a \setshell command in pgbench. 11 years ago
Andrew Dunstan c8315930e6 Fix some jsonb issues found by Coverity in recent commits. 11 years ago
Heikki Linnakangas 4d65e16a6f Misc comment typo fixes. 11 years ago
Heikki Linnakangas da9f6a78ef Fix incorrect comment about XLogRecordBlockHeader.data_length field. 11 years ago
Noah Misch 0916eba131 Fix commit_ts test suite for systems with coarse timestamp granularity. 11 years ago
Peter Eisentraut 733a264ddc Translation updates 11 years ago
Alvaro Herrera 4576b9cc46 add missing newline 11 years ago
Tom Lane 9418820efb Fix point <-> polygon code for zero-distance case. 11 years ago