Commit Graph

37873 Commits (c478959a009a926ec441f355219eae18537e648c)
 

Author SHA1 Message Date
Andrew Dunstan 237a882443 Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
Heikki Linnakangas b1332e98c4 Put the logic to decide which synchronous standby is active into a function. 11 years ago
Peter Eisentraut 7afc2336cd doc: Move website-stylesheet setting to a more appropriate location 11 years ago
Peter Eisentraut 2f8607860b SSL tests: Remove trailing blank lines 11 years ago
Peter Eisentraut ce37eff06d SSL tests: Silence pg_ctl output 11 years ago
Tom Lane 462bd95705 Fix planning of SELECT FOR UPDATE on child table with partial index. 11 years ago
Tom Lane 2db576ba8c Fix corner case where SELECT FOR UPDATE could return a row twice. 11 years ago
Simon Riggs 2646d2d4a9 Further changes to REINDEX SCHEMA 11 years ago
Tom Lane 0845264642 Make rowsecurity test clean up after itself, too. 11 years ago
Tom Lane 58af84f4bb Fix completely broken REINDEX SCHEMA testcase. 11 years ago
Tom Lane 06d5803ffa Fix assorted confusion between Oid and int32. 11 years ago
Heikki Linnakangas 10eb7dfa9b Use correct macro for reltablespace. 11 years ago
Peter Eisentraut 7442a88997 Fix typo 11 years ago
Tom Lane 24688f4e5a Fix minor thinko in convertToJsonb(). 11 years ago
Heikki Linnakangas e39250c644 Add a regression test suite for SSL support. 11 years ago
Alvaro Herrera dcbfc00aba pg_xlogdump/.gitignore: add committsdesc.c 11 years ago
Simon Riggs ae4e6887a4 Silence REINDEX 11 years ago
Simon Riggs 1135aabab5 Execute 18 tests for src/bin/scripts/t/090.. 11 years ago
Simon Riggs fe263d115a REINDEX SCHEMA 11 years ago
Simon Riggs 8001fe67a3 Windows: use GetSystemTimePreciseAsFileTime if available 11 years ago
Simon Riggs 519b0757a3 Use GetSystemTimeAsFileTime directly in win32 11 years ago
Peter Eisentraut 611d46ea67 doc: Fix DocBook table column count declaration 11 years ago
Simon Riggs da71632fcf Correct recovery_target_action docs 11 years ago
Simon Riggs c270754719 Remove duplicate code in heap_prune_chain() 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Simon Riggs b8e33a85d4 Tweaks for recovery_target_action 11 years ago
Heikki Linnakangas 198cbe0a0c Give a proper error message if initdb password file is empty. 11 years ago
Heikki Linnakangas c0f279c469 Don't include file type bits in tar archive's mode field. 11 years ago
Heikki Linnakangas b27b6e75af Remove erroneous EXTRA_CLEAN line from Makefile. 11 years ago
Heikki Linnakangas 326b6f009f Print new track_commit_timestamp in rm_desc of a parameter-change record. 11 years ago
Heikki Linnakangas c846e67c46 Print wal_log_hints in the rm_desc routing of a parameter-change record. 11 years ago
Heikki Linnakangas ebc2b681b8 Fix pg_xlogdump's calculation of full-page image data. 11 years ago
Robert Haas 9a94629833 Don't dump core if pq_comm_reset() is called before pq_init(). 11 years ago
Andres Freund 5ede3a3117 Document that pg_stat_*_tables.n_tup_upd includes n_tup_hot_upd. 11 years ago
Peter Eisentraut b58233c71b Fix PGXS vpath build when PostgreSQL is built with vpath 11 years ago
Peter Eisentraut e4b5a070b4 Revert haphazard pgxs makefile changes 11 years ago
Peter Eisentraut eb1c3f4786 Remove USE_VPATH make variable from PGXS 11 years ago
Peter Eisentraut 1e95bbc870 Fix SHLIB_PREREQS use in contrib, allowing PGXS builds 11 years ago
Peter Eisentraut e86507d770 Move PG_AUTOCONF_FILENAME definition 11 years ago
Alvaro Herrera 182362b669 doc: Fix markup 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Alvaro Herrera 6597ec9be6 Fix typos 11 years ago
Peter Eisentraut bc2f43eaa4 Fix whitespace 11 years ago
Alvaro Herrera da34731bd3 Install kludges to fix check-world for src/test/modules 11 years ago
Tom Lane 475aedd1ef Improve error messages for malformed array input strings. 11 years ago
Andres Freund 0fd38e1370 Don't skip SQL backends in logical decoding for visibility computation. 11 years ago
Tom Lane 75ef435218 Fix JSON aggregates to work properly when final function is re-executed. 11 years ago
Tom Lane 1511521a36 Minor cleanup of function declarations for BRIN. 11 years ago
Alvaro Herrera b52cb4690e pageinspect/BRIN: minor tweaks 11 years ago
Alvaro Herrera 3325624377 dummy_seclabel: add sql/, expected/, and .gitignores 11 years ago