Commit Graph

43878 Commits (f65d21b258085bdc8ef2cc282ab1ff12da9c595c)
 

Author SHA1 Message Date
Tom Lane f65d21b258 Mostly-cosmetic improvements in memory chunk header alignment coding. 8 years ago
Tom Lane cc3c4af4a9 Fix bug in generation.c's valgrind support. 8 years ago
Dean Rasheed 9c55391f0f RLS comment fixes. 8 years ago
Dean Rasheed 26329ad8dc Fix broken XML in CREATE POLICY sgml. 8 years ago
Dean Rasheed 87c2a17fee Doc: add a summary table to the CREATE POLICY docs. 8 years ago
Tom Lane e842791b0f Fix unstable regression test added by commits 59b71c6fe et al. 8 years ago
Noah Misch 84c4313c6f Support linking with MinGW-built Perl. 8 years ago
Andres Freund 59b71c6fe6 Fix handling of NULLs returned by aggregate combine functions. 8 years ago
Tom Lane 07bd77b95a Ensure sizeof(GenerationChunk) is maxaligned. 8 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Fujii Masao 2f8d6369e6 doc: mention wal_receiver_status_interval as GUC affecting logical rep worker. 8 years ago
Noah Misch de0aca6a82 Build src/test/isolation during "make" and "make install". 8 years ago
Magnus Hagander 2393194c0d Fix typo 8 years ago
Simon Riggs b99661c2ff Tweak code for older compilers 8 years ago
Simon Riggs a4ccc1cef5 Generational memory allocator 8 years ago
Simon Riggs 3bae43ca4d Sort default partition to bottom of psql \d+ 8 years ago
Simon Riggs 05b6ec39d7 Show partition info from psql \d+ 8 years ago
Simon Riggs 7e17a6889a Set es_output_cid in replication worker 8 years ago
Tom Lane 16827d4424 pgbench: fix stats reporting when some transactions are skipped. 8 years ago
Tom Lane 41761265e8 Doc: fix broken markup. 8 years ago
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