Commit Graph

43858 Commits (ae65f6066dc3d19a55f4fdcd3b30003c5ad8dbed)
 

Author SHA1 Message Date
Robert Haas ae65f6066d Provide for forward compatibility with future minor protocol versions. 8 years ago
Robert Haas f3b0897a12 Fix multiple problems with satisfies_hash_partition. 8 years ago
Tom Lane de1d042f59 Support index-only scans in contrib/cube and contrib/seg GiST indexes. 8 years ago
Tom Lane 84669c9b06 Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD. 8 years ago
Tom Lane f3bd00c016 Add support for Motorola 88K to s_lock.h. 8 years ago
Simon Riggs 2ede45c3a4 Fix pg_control_checkpoint from commit 4b0d28de06 8 years ago
Robert Haas 0510421ee0 Tweak use of ExecContextForcesOids by Gather (Merge). 8 years ago
Robert Haas f455e1125e Pass eflags down to parallel workers. 8 years ago
Simon Riggs 56f3468622 Reduce test variability for toast_tuple_target test 8 years ago
Simon Riggs c2513365a0 Parameter toast_tuple_target controls TOAST for new rows 8 years ago
Tom Lane 52f63bd916 Fix compiler warning in rangetypes_spgist.c. 8 years ago
Tom Lane 4797f9b519 Merge near-duplicate code in RI triggers. 8 years ago
Peter Eisentraut d0aa965c0a Consistently catch errors from Python _New() functions 8 years ago
Tom Lane 976a1a48fc Improve to_date/to_number/to_timestamp behavior with multibyte characters. 8 years ago
Tom Lane 63ca86318d Fix quoted-substring handling in format parsing for to_char/to_number/etc. 8 years ago
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
Robert Haas 611fe7d479 Update postgresql.conf.sample comment for bgwriter_lru_maxpages 8 years ago
Tom Lane 5278786350 Remove contrib/start-scripts/osx/. 8 years ago
Tom Lane ac3b962681 Provide modern examples of how to auto-start Postgres on macOS. 8 years ago
Tom Lane e87d4965bd Prevent to_number() from losing data when template doesn't match exactly. 8 years ago
Robert Haas be92769e4e Set proargmodes for satisfies_hash_partition. 8 years ago
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