Commit Graph

41305 Commits (36ac6d0e793087153a452df6502d0ef32a780db6)
 

Author SHA1 Message Date
Magnus Hagander 36ac6d0e79 Fix typo 9 years ago
Robert Haas 60379f66c8 Fix mistake in XLOG_SEG_SIZE test. 9 years ago
Tom Lane de4026c673 Use heap_modify_tuple not SPI_modifytuple in pl/python triggers. 9 years ago
Tom Lane 0d4446083d Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers. 9 years ago
Robert Haas f0e72a25b0 Improve handling of dead tuples in hash indexes. 9 years ago
Noah Misch 650b967076 Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 9 years ago
Tom Lane e3e66d8a98 Band-aid fix for incorrect use of view options as StdRdOptions. 9 years ago
Tom Lane c59f94e81e Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()." 9 years ago
Tom Lane 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 9 years ago
Peter Eisentraut 77517ba59f pg_upgrade: Add NLS 9 years ago
Peter Eisentraut 48dbcbf22c pg_rewing pg_upgrade: Fix translation markers 9 years ago
Peter Eisentraut a5954de105 Save redundant code for pseudotype I/O functions 9 years ago
Tom Lane 7f1bcfb93d Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler. 9 years ago
Tom Lane 26abb50c49 Support PL/Tcl functions that return composite types and/or sets. 9 years ago
Tom Lane 2178cbf40d Modernize result-tuple construction in pltcl_trigger_handler(). 9 years ago
Tom Lane fd2664dcb7 Rationalize and document pltcl's handling of magic ".tupno" array element. 9 years ago
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