Commit Graph

43837 Commits (11e264517dff7a911d9e6494de86049cab42cde3)
 

Author SHA1 Message Date
Andres Freund 11e264517d Remove BufFile's isTemp flag. 8 years ago
Andres Freund 7082e614c0 Provide DSM segment to ExecXXXInitializeWorker functions. 8 years ago
Tom Lane 09a777447a Clean up warnings in MinGW builds. 8 years ago
Tom Lane 687f096ea9 Make PL/Python handle domain-type conversions correctly. 8 years ago
Robert Haas 575cead991 Remove redundant line from Makefile. 8 years ago
Robert Haas 3b2787e1f8 Fix broken cleanup interlock for GIN pending list. 8 years ago
Robert Haas 6b2cd278a9 Fix typo in comment. 8 years ago
Robert Haas 79f2d63713 Update postgresql.conf.sample to match pg_settings classificaitons. 8 years ago
Robert Haas e89a71fb44 Pass InitPlan values to workers via Gather (Merge). 8 years ago
Tom Lane ff2d4356f8 Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC builds. 8 years ago
Andrew Dunstan 98d54bb779 Back out the session_start and session_end hooks feature. 8 years ago
Tom Lane 164d633878 Fix bogus logic for checking data dirs' versions within pg_upgrade. 8 years ago
Tom Lane ed9b3606da Further refactoring of c.h and nearby files. 8 years ago
Peter Eisentraut 642bafa0c5 Refactor routine to test connection to SSL server 8 years ago
Andrew Dunstan 745948422c Disable installcheck tests for test_session_hooks 8 years ago
Andrew Dunstan 9989f92aab Disable test_session_hooks test module until buildfarm issues are sorted out 8 years ago
Peter Eisentraut 6337865f36 Remove TRUE and FALSE 8 years ago
Robert Haas 4e5fe9ad19 Centralize executor-related partitioning code. 8 years ago
Andrew Dunstan cd8ce3a22c Add hooks for session start and session end 8 years ago
Robert Haas ebc189e122 Fix typo. 8 years ago
Robert Haas e5253fdc4f Add parallel_leader_participation GUC. 8 years ago
Tom Lane 7518049980 Prevent int128 from requiring more than MAXALIGN alignment. 8 years ago
Tom Lane 91aec93e60 Rearrange c.h to create a "compiler characteristics" section. 8 years ago
Tom Lane 6d776522d2 Document changes in large-object privilege checking. 8 years ago
Alvaro Herrera a61f5ab986 Simplify index_[constraint_]create API 8 years ago
Tom Lane 591c504fad Allow running just selected steps of pgbench's initialization sequence. 8 years ago
Robert Haas 44ae64c388 Push target list evaluation through Gather Merge. 8 years ago
Robert Haas e64861c79b Track in the plan the types associated with PARAM_EXEC parameters. 8 years ago
Alvaro Herrera ce4c86a656 Mention CREATE/DROP STATISTICS in event triggers docs 8 years ago
Stephen Frost cfd8c87e16 Fix typo 8 years ago
Noah Misch 9363b8b79b MSVC: Rebuild spiexceptions.h when out of date. 8 years ago
Noah Misch cbfffee41c Install Windows crash dump handler before all else. 8 years ago
Noah Misch e02571b73f Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext. 8 years ago
Noah Misch 0b7e76eb2b Add post-2010 ecpg tests to checktcp. 8 years ago
Noah Misch 34baf8a00b Make connect/test1 independent of localhost IPv6. 8 years ago
Noah Misch 4b865aee25 Fix previous commit's test, for non-UTF8 databases with non-XML builds. 8 years ago
Noah Misch 2918fcedbf Ignore XML declaration in xpath_internal(), for UTF8 databases. 8 years ago
Robert Haas 5edc63bda6 Account for the effect of lossy pages when costing bitmap scans. 8 years ago
Peter Eisentraut 0c98d0dd5c Fix some null pointer dereferences in LDAP auth code 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Tom Lane 7e60e67861 Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Robert Haas b9941d3468 Fix incorrect comment. 8 years ago
Peter Eisentraut 9a8d3c4eea Add -wnet to SP invocations 8 years ago
Robert Haas 1aba8e651a Add hash partitioning. 8 years ago
Peter Eisentraut e7397f015c Remove junk left from DSSSL to XSL conversion 8 years ago
Tom Lane ae20b23a9e Refactor permissions checks for large objects. 8 years ago
Tom Lane 5ecc0d738e Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks. 8 years ago
Tom Lane 6c3a7ba5bb Fix typo in ALTER SYSTEM output. 8 years ago
Tom Lane 9be95ef156 Fix bogus logic for checking executables' versions within pg_upgrade. 8 years ago
Tom Lane 20d9adab60 Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour." 8 years ago