Commit Graph

42034 Commits (fcd778eb703c154c0fbba249e17c21b7ae4de19b)
 

Author SHA1 Message Date
Tom Lane fcd778eb70 Fix hard-coded relkind constants in assorted src/bin files. 9 years ago
Tom Lane 15bb93e28e Fix portability problem in Catalog.pm. 9 years ago
Tom Lane 395bfaae8e Fix hard-coded relkind constants in psql/describe.c. 9 years ago
Stephen Frost 90e91e242f pgstattuple: Fix typo partitiond -> partitioned 9 years ago
Andres Freund 3717dc149e Add amcheck extension to contrib. 9 years ago
Tom Lane fe797b4a6a Fix hard-coded relkind constants in pg_dump.c. 9 years ago
Tom Lane 9cfc4deeb9 Make CppAsString2() more visible in c.h. 9 years ago
Robert Haas 7666e73a2e Throw an error if a DATA() line contains wrong # of attributes. 9 years ago
Robert Haas ccce90b398 Use group updates when setting transaction status in clog. 9 years ago
Tom Lane f077e1b2e3 Fix timestamptz regression test to still work with latest IANA zone data. 9 years ago
Stephen Frost c08d82f38e Add relkind checks to certain contrib modules 9 years ago
Robert Haas b54aad8e34 Document lack of validation when attaching foreign partitions. 9 years ago
Robert Haas 054637d2e0 Document some new parallel query capabilities. 9 years ago
Robert Haas 6a468c343b Fix bug in parallel tidbitmap iteration. 9 years ago
Robert Haas 0ee92e1c9b Fix a couple of planner bugs in Gather Merge. 9 years ago
Peter Eisentraut cd603a4d6b Use SQL standard error code for nextval 9 years ago
Peter Eisentraut be37c2120a Enable replication connections by default in pg_hba.conf 9 years ago
Robert Haas 355d3993c5 Add a Gather Merge executor node. 9 years ago
Tom Lane a72f0365db Fix inclusions of c.h from .h files. 9 years ago
Tom Lane 9722bb5757 Fix inclusions of postgres_fe.h from .h files. 9 years ago
Tom Lane 08da52859a Bring plpgsql into line with header inclusion policy. 9 years ago
Tom Lane d6b059ec74 Document intentional violations of header inclusion policy. 9 years ago
Tom Lane 2f899e7d37 Suppress compiler warning in slab.c. 9 years ago
Tom Lane f379121093 Suppress compiler warning in non-USE_LIBXML builds. 9 years ago
Tom Lane 86dbbf20d8 Put back <float.h> in a few files that need it for _isnan(). 9 years ago
Stephen Frost f9b1a0dd40 Expose explain's SUMMARY option 9 years ago
Tom Lane 15d03e5976 Silence compiler warnings in BitmapHeapNext(). 9 years ago
Tom Lane ff97741bc8 Use doubly-linked block lists in aset.c to reduce large-chunk overhead. 9 years ago
Robert Haas f35742ccb7 Support parallel bitmap heap scans. 9 years ago
Fujii Masao 4eafdcc276 Prevent logical rep workers with removed subscriptions from starting. 9 years ago
Alvaro Herrera a9f66f9253 Fix XMLTABLE on older libxml2 9 years ago
Robert Haas 0d130c7abc Add tests for foreign partitions. 9 years ago
Alvaro Herrera fcec6caafa Support XMLTABLE query expression 9 years ago
Tom Lane 270d7dd8a5 Silence compiler warnings in tbm_prepare_shared_iterate(). 9 years ago
Peter Eisentraut 911244610c pg_waldump: Remove extra newline in error message 9 years ago
Fujii Masao 77d21970ae Fix connection leak in DROP SUBSCRIPTION command, take 2. 9 years ago
Peter Eisentraut 044d9efb6c Create INSTALL file via XSLT 9 years ago
Robert Haas d9528604cc Remove inclusion of postgres.h from a few header files. 9 years ago
Robert Haas 09529a70bb Fix parallel index and index-only scans to fall back to serial. 9 years ago
Robert Haas 98e6e89040 tidbitmap: Support shared iteration. 9 years ago
Magnus Hagander b7fa016d68 Fix grammar 9 years ago
Peter Eisentraut b8957927e6 Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME 9 years ago
Robert Haas 38305398cd hash: Refactor hash index creation. 9 years ago
Robert Haas 2b87dd8d7a Improve postgresql.conf.sample comments about parallel workers. 9 years ago
Robert Haas 506f05423a Properly initialize variable. 9 years ago
Tom Lane 0d2b1f305d Invent start_proc parameters for PL/Tcl. 9 years ago
Tom Lane 03cf221934 Clean up test_ifaddrs a bit. 9 years ago
Heikki Linnakangas 95c1dbcdff A collection of small fixes for the SCRAM patch. 9 years ago
Robert Haas 3bc7dafa9b Consider parallel merge joins. 9 years ago
Tom Lane ef26623944 Fix pgbench's failure to honor the documented long-form option "--builtin". 9 years ago