Commit Graph

16345 Commits (dce429b117be027f059bb9df5c76eb5eadcc456d)

Author SHA1 Message Date
Robert Haas dce429b117 Fix typo. 9 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 9 years ago
Robert Haas 60379f66c8 Fix mistake in XLOG_SEG_SIZE test. 9 years ago
Robert Haas f0e72a25b0 Improve handling of dead tuples in hash indexes. 9 years ago
Peter Eisentraut a5954de105 Save redundant code for pseudotype I/O functions 9 years ago
Tom Lane 5485c99e7f Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8. 9 years ago
Tom Lane 34ca090570 Adjust cost_merge_append() to reflect use of binaryheap_replace_first(). 9 years ago
Tom Lane d5f6f13f8e Be more consistent about masking xl_info with ~XLR_INFO_MASK. 9 years ago
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 9 years ago
Robert Haas f2e6a2ccf1 Add API to check if an existing exclusive lock allows cleanup. 9 years ago
Tom Lane 770671062f Don't make FK-based selectivity estimates in inheritance situations. 9 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 9 years ago
Peter Eisentraut 3a47c704fb Add make rules to download raw Unicode mapping files 9 years ago
Tom Lane 5ec81aceec Fix nasty performance problem in tsquery_rewrite(). 9 years ago
Tom Lane 24ebc444c6 Fix bogus tree-flattening logic in QTNTernary(). 9 years ago
Tom Lane 9a00f03e47 Improve speed of aggregates that use array_append as transition function. 9 years ago
Robert Haas 33839b5ffb Fix leftover reference to background writer performing checkpoints. 9 years ago
Robert Haas 4f714b2fd2 If the stats collector dies during Hot Standby, restart it. 9 years ago
Robert Haas f267c1c244 Fix possible pg_basebackup failure on standby with "include WAL". 9 years ago
Peter Eisentraut c32fe432af Avoid using a C++ keyword in header file 9 years ago
Bruce Momjian 586a46c22c Properly indent postgresql.conf comments to align 9 years ago
Tom Lane a522fc3d80 Fix incorrect trigger-property updating in ALTER CONSTRAINT. 9 years ago
Heikki Linnakangas 56f39009c5 Fix typos in comments. 9 years ago
Bruce Momjian 10c064ce4d Consistently mention 'SELECT pg_reload_conf()' in config files 9 years ago
Alvaro Herrera 00f15338b2 Preserve commit timestamps across clean restart 9 years ago
Tom Lane 8f1fb7d621 Avoid testing tuple visibility without buffer lock. 9 years ago
Tom Lane a6c0a5b6e8 Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT. 9 years ago
Tom Lane 6292c23391 Avoid testing tuple visibility without buffer lock in RI_FKey_check(). 9 years ago
Robert Haas 919c811ca1 Fix comment formatting. 9 years ago
Robert Haas 7012b132d0 postgres_fdw: Push down aggregates to remote servers. 9 years ago
Tom Lane 709e461bef Fix EXPLAIN so that it doesn't emit invalid XML in corner cases. 9 years ago
Robert Haas f82ec32ac3 Rename "pg_xlog" directory to "pg_wal". 9 years ago
Tom Lane a3215431ab Suppress "Factory" zone in pg_timezone_names view for tzdata >= 2016g. 9 years ago
Peter Eisentraut 9ffe4a8b4c Make getrusage() output a little more readable 9 years ago
Heikki Linnakangas 917dc7d239 Fix WAL-logging of FSM and VM truncation. 9 years ago
Tom Lane 6f13a682c8 Fix cidin() to handle values above 2^31 platform-independently. 9 years ago
Heikki Linnakangas faae1c918e Revert "Replace PostmasterRandom() with a stronger way of generating randomness." 9 years ago
Robert Haas 7d3235ba42 By default, set log_line_prefix = '%m [%p] '. 9 years ago
Heikki Linnakangas d8589946dd Fix use-after-free around DISTINCT transition function calls. 9 years ago
Heikki Linnakangas 9e083fd468 Replace PostmasterRandom() with a stronger way of generating randomness. 9 years ago
Andres Freund 5dfc198146 Use more efficient hashtable for execGrouping.c to speed up hash aggregation. 9 years ago
Andres Freund 75ae538bc3 Use more efficient hashtable for tidbitmap.c to speed up bitmap scans. 9 years ago
Tom Lane 32fdf42cf5 Fix assorted integer-overflow hazards in varbit.c. 9 years ago
Tom Lane 81e82a2bd4 Fix handling of pgstat counters for TRUNCATE in a prepared transaction. 9 years ago
Tom Lane 3cca13cbfc Fix another bug in merging of inherited CHECK constraints. 9 years ago
Tom Lane cb775768e3 Try to find out the actual hugepage size when making a MAP_HUGETLB request. 9 years ago
Tom Lane 15fc5e1581 Clean up handling of anonymous mmap'd shared-memory segment. 9 years ago
Tom Lane 9c4cc9e2c7 Fix broken jsonb_set() logic for replacing array elements. 9 years ago
Tom Lane 5c80642aa8 Remove unnecessary int2vector-specific hash function and equality operator. 9 years ago
Heikki Linnakangas b75f467b6e Simplify the code for logical tape read buffers. 9 years ago