Commit Graph

42644 Commits (b58c433ef90be2f9752cd54561c07dae87e3819c)
 

Author SHA1 Message Date
Peter Eisentraut f6f9f8a24c doc: Tweak CSS 9 years ago
Bruce Momjian 854854019a git_changelog: improve instructions for finding branch commits 9 years ago
Tom Lane 003d80f3df Mark finished Plan nodes with parallel_safe flags. 9 years ago
Peter Eisentraut 35b5f7b608 Remove some tabs in SQL code in C string literals 9 years ago
Robert Haas 9cc27566c1 Fix pgstattuple's handling of unused hash pages. 9 years ago
Robert Haas 1d5fede4a9 Code review for c94e6942ce. 9 years ago
Magnus Hagander b935eb7da3 Fix reversed check of return value from sync 9 years ago
Tom Lane 587d62d856 Remove bogus redefinition of _MSC_VER. 9 years ago
Tom Lane 88e902b769 Simplify handling of remote-qual pass-forward in postgres_fdw. 9 years ago
Robert Haas 02af7857e5 Allow a rule on partitioned table to be renamed. 9 years ago
Robert Haas 6599c9ac33 Add an Assert() to max_parallel_workers enforcement. 9 years ago
Robert Haas 8ff518699f Fix confusion of max_parallel_workers mechanism following crash. 9 years ago
Bruce Momjian 1e298b8dbb doc: clearify pg_upgrade default copy behavior 9 years ago
Robert Haas 4c3b59abf4 Fix failure when a shared tidbitmap has only one page. 9 years ago
Tom Lane 28b0478755 Handle restriction clause lists more uniformly in postgres_fdw. 9 years ago
Fujii Masao ff7bce1743 Add max_sync_workers_per_subscription to postgresql.conf.sample. 9 years ago
Bruce Momjian 1c1a4726eb docs: Improve window function docs 9 years ago
Magnus Hagander a4777f3556 Remove symbol WIN32_ONLY_COMPILER 9 years ago
Magnus Hagander 6da56f3f84 Remove support for bcc and msvc standalone libpq builds 9 years ago
Robert Haas 258cef1254 Fix possibile deadlock when dropping partitions. 9 years ago
Tom Lane feffa0e079 Fix pgbench's --progress-timestamp option to print Unix-epoch timestamps. 9 years ago
Michael Meskes a6940bdcb9 Document that bytea is best represented as char * in C for ecpg. 9 years ago
Andrew Dunstan 3820c63da8 Run most pg_dump and pg_dumpall tests with --no-sync 9 years ago
Peter Eisentraut 521fd4795e Use weaker locks when updating pg_subscription_rel 9 years ago
Andres Freund c45b1d2283 Fix initialization of dsa.c free area counter. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Peter Eisentraut 56dd8e85c4 Fix typo in comment 9 years ago
Peter Eisentraut 26ad194cb0 Support configuration reload in logical replication workers 9 years ago
Robert Haas c0a8ae7be3 Fix reporting of violations in ExecConstraints, again. 9 years ago
Peter Eisentraut 244f1c8907 Fix whitespace 9 years ago
Tom Lane 511540dadf Move isolationtester's is-blocked query into C code for speed. 9 years ago
Heikki Linnakangas 9cf5c31964 Fix indentation. 9 years ago
Heikki Linnakangas 6c4ad8b7bf Document the "replication" option in StartupMessage. 9 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 9 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 9 years ago
Tom Lane eef8c0069e Clean up bugs in clause_selectivity() cleanup. 9 years ago
Tom Lane aba696d1af Add newly-symlinked files to "make clean" target. 9 years ago
Heikki Linnakangas 9025af3ed0 Fix the new SASLprep tests to work with non-UTF-8 locales. 9 years ago
Peter Eisentraut f0e44021df doc: Add some markup 9 years ago
Kevin Grittner c63172d60f Add GUCs for predicate lock promotion thresholds. 9 years ago
Tom Lane 9c7f5229ad Optimize joins when the inner relation can be proven unique. 9 years ago
Andres Freund f13a9121f9 Fix issues in e8fdbd58fe. 9 years ago
Peter Eisentraut 453aaf7688 doc: Add SPFLAGS to osx calls 9 years ago
Peter Eisentraut 234811c21d doc: Add missing closing tag 9 years ago
Alvaro Herrera 8acc1e0fe2 Fix printf format to use %zd when printing sizes 9 years ago
Alvaro Herrera 8bf74967da Reduce the number of pallocs() in BRIN 9 years ago
Andres Freund e8fdbd58fe Improve 64bit atomics support. 9 years ago
Peter Eisentraut 28afad5c85 Fix compiler warning 9 years ago
Peter Eisentraut 0cb2e51992 Avoid using a C++ keyword in header file 9 years ago
Alvaro Herrera 817cb10013 Fix new BRIN desummarize WAL record 9 years ago