Commit Graph

41270 Commits (84ad68d645222f534e4fe51fbba43a5c9cc382a5)
 

Author SHA1 Message Date
Peter Eisentraut 84ad68d645 pageinspect: Fix unaligned struct access in GIN functions 9 years ago
Robert Haas f2e6a2ccf1 Add API to check if an existing exclusive lock allows cleanup. 9 years ago
Robert Haas 7016e4c4f5 postgres_fdw: Fix typo in comment. 9 years ago
Peter Eisentraut 97f16b8702 doc: Add index letter links to XSLT HTML build 9 years ago
Tom Lane 1f87181e12 Sync our copy of the timezone library with IANA tzcode master. 9 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 9 years ago
Robert Haas 1d15d0db50 psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}. 9 years ago
Robert Haas c6ff380e38 Use NIL instead of NULL for an empty List. 9 years ago
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