Commit Graph

37554 Commits (8001fe67a3d66c95861ce1f7075ef03953670d13)
 

Author SHA1 Message Date
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
Tom Lane 0927bf8060 Guard against bad "dscale" values in numeric_recv(). 11 years ago
Alvaro Herrera df761e3cf7 Move security_label test 11 years ago
Andrew Dunstan e09996ff8d Fix hstore_to_json_loose's detection of valid JSON number values. 11 years ago
Heikki Linnakangas 4e86f1b16d Put SSL_pending() call behind the new internal SSL API. 11 years ago
Magnus Hagander 6d6cade05b Fix missing space in documentation 11 years ago
Tom Lane 866737c923 Add a #define for the inet overlaps operator. 11 years ago
Tom Lane 1adbb347ec Fix minor bugs in commit 30bf4689a9 et al. 11 years ago
Alvaro Herrera 22dfd116a1 Move test modules from contrib to src/test/modules 11 years ago
Noah Misch 5b12987b2e Remove PQhostaddr() from 9.4 release notes. 11 years ago
Noah Misch 64f86fb11e Reimplement 9f80f4835a with PQconninfo(). 11 years ago
Noah Misch 2cda889984 Revert "Add libpq function PQhostaddr()." 11 years ago
Alvaro Herrera 816e10d800 Fix BRIN operator family definitions 11 years ago
Alvaro Herrera ae04bf5027 Update transaction README for persistent multixacts 11 years ago
Tom Lane d25367ec4f Add bms_get_singleton_member(), and use it where appropriate. 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Tom Lane 96d66bcfc6 Improve performance of OverrideSearchPathMatchesCurrent(). 11 years ago
Tom Lane e384ed6cde Improve typcache: cache negative lookup results, add invalidation logic. 11 years ago
Fujii Masao 202cbdf782 Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql. 11 years ago
Heikki Linnakangas afeacd2748 Fix assertion failure at end of PITR. 11 years ago