Commit Graph

41489 Commits (23c75b55aaccddea79545ffaf1cbfc9f1edeaa8c)
 

Author SHA1 Message Date
Tom Lane fc8b81a291 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. 9 years ago
Tom Lane 5485c99e7f Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8. 9 years ago
Tom Lane 32416b0f9a More zic cleanup. 9 years ago
Tom Lane 1b00dd0ea0 Improve minor error-handling details in pltcl. 9 years ago
Tom Lane 34ca090570 Adjust cost_merge_append() to reflect use of binaryheap_replace_first(). 9 years ago
Tom Lane 86d19d27ce Remove duplicate macro definition. 9 years ago
Tom Lane 06f5fd2f4f pgwin32_is_junction's argument should be "const char *" not "char *". 9 years ago
Peter Eisentraut d49cc588ca doc: Don't reformat .fo files before processing by fop 9 years ago
Peter Eisentraut 6feb69f6ce doc: Port page header customizations to XSLT 9 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 9 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 9 years ago
Tom Lane d5f6f13f8e Be more consistent about masking xl_info with ~XLR_INFO_MASK. 9 years ago
Tom Lane 367b99bbb1 Fix gin_leafpage_items(). 9 years ago
Kevin Grittner 927d7bb6b1 Improve tab completion for CREATE TRIGGER. 9 years ago
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 9 years ago
Peter Eisentraut 69d590fffb pg_xlogdump: Add NLS 9 years ago
Peter Eisentraut 59fa9d2d9d pg_test_timing: Add NLS 9 years ago
Peter Eisentraut a39255d766 pg_test_fsync: Add NLS 9 years ago
Peter Eisentraut 632fbe772c pg_archivecleanup: Add NLS 9 years ago
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