Commit Graph

41262 Commits (274bb2b3857cc987cfa21d14775cae9b0dababa5)
 

Author SHA1 Message Date
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts. 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 00a86856c1 pageinspect: Make page test more portable 9 years ago
Tom Lane 14ee35799f Fix portability bug in gin_page_opaque_info(). 9 years ago
Peter Eisentraut f7c9a6e083 pageinspect: Make btree test more portable 9 years ago
Robert Haas 9779f71c40 postgres_fdw: Fix typo in comment. 9 years ago
Peter Eisentraut b5e3942f50 Add subsection headers in pageinspect documentation 9 years ago
Peter Eisentraut adfb81d9e1 pageinspect: Add tests 9 years ago
Peter Eisentraut 3a47c704fb Add make rules to download raw Unicode mapping files 9 years ago
Robert Haas 6bb9a6177d Remove declarations for pq_putmessage_hook and pq_flush_hook. 9 years ago
Tatsuo Ishii 36d154ecb2 Fix typo in sources.sgml. 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
Magnus Hagander a775406ec4 Fix memory leak in tar file padding 9 years ago
Robert Haas d4b5d4cadd pgstattuple: Don't take heavyweight locks when examining a hash index. 9 years ago
Robert Haas 33839b5ffb Fix leftover reference to background writer performing checkpoints. 9 years ago
Peter Eisentraut a94b70356b doc: Small style improvements 9 years ago
Peter Eisentraut ce4dc97056 Remove invitation to report a bug about unknown encoding 9 years ago
Peter Eisentraut eaed88ce12 Add function name to PyArg_ParseTuple() 9 years ago
Peter Eisentraut 84d457edaf Format PL/Python module contents test vertically 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
Tom Lane 19b2094d96 Fix not-HAVE_SYMLINK code in zic.c. 9 years ago
Tom Lane 162477a63d Doc: improve documentation about inheritance. 9 years ago
Tom Lane 8529686ccb Suppress unused-variable warning in non-assert builds. 9 years ago
Heikki Linnakangas 8eb6337f9f Remove platform-dependent PL/python test case. 9 years ago
Heikki Linnakangas cfd9c87a54 Only treat Python Lists as array dimensions. 9 years ago
Heikki Linnakangas 73c8e8506c Avoid using platform-dependent floats in test case. 9 years ago
Heikki Linnakangas e131ba4fe5 Fix regression test to also work with Python 2. 9 years ago
Heikki Linnakangas 56f39009c5 Fix typos in comments. 9 years ago
Heikki Linnakangas 8a2f08fbea Fix typo in comment. 9 years ago
Heikki Linnakangas 510e1b8ecf Give a hint, when [] is incorrectly used for a composite type in array. 9 years ago
Heikki Linnakangas 94aceed317 Support multi-dimensional arrays in PL/python. 9 years ago
Peter Eisentraut 8c035e55c4 pg_dump: Simplify internal archive version handling 9 years ago
Magnus Hagander 78d109150b Free walmethods before exiting 9 years ago
Magnus Hagander 8c46f0c9ce Don't fsync() files when --no-sync is specified 9 years ago
Bruce Momjian 10c064ce4d Consistently mention 'SELECT pg_reload_conf()' in config files 9 years ago
Robert Haas f5d6bce63c postgres_fdw: Try again to stabilize aggregate pushdown regression tests. 9 years ago
Magnus Hagander 2dde01ccbf Use ssize_t where signed results can happen 9 years ago
Tom Lane 30a6f98ed8 Update release notes for last-minute commit timestamp fix. 9 years ago
Alvaro Herrera 00f15338b2 Preserve commit timestamps across clean restart 9 years ago
Tom Lane 7d80417d3d Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, 9.1.24. 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