Commit Graph

41307 Commits (dce429b117be027f059bb9df5c76eb5eadcc456d)
 

Author SHA1 Message Date
Robert Haas dce429b117 Fix typo. 10 years ago
Tom Lane 6d30fb1f75 Make SPI_fnumber() reject dropped columns. 10 years ago
Magnus Hagander 36ac6d0e79 Fix typo 10 years ago
Robert Haas 60379f66c8 Fix mistake in XLOG_SEG_SIZE test. 10 years ago
Tom Lane de4026c673 Use heap_modify_tuple not SPI_modifytuple in pl/python triggers. 10 years ago
Tom Lane 0d4446083d Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers. 10 years ago
Robert Haas f0e72a25b0 Improve handling of dead tuples in hash indexes. 10 years ago
Noah Misch 650b967076 Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 10 years ago
Tom Lane e3e66d8a98 Band-aid fix for incorrect use of view options as StdRdOptions. 10 years ago
Tom Lane c59f94e81e Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()." 10 years ago
Tom Lane 33cb96ba1a Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro." 10 years ago
Peter Eisentraut 77517ba59f pg_upgrade: Add NLS 10 years ago
Peter Eisentraut 48dbcbf22c pg_rewing pg_upgrade: Fix translation markers 10 years ago
Peter Eisentraut a5954de105 Save redundant code for pseudotype I/O functions 10 years ago
Tom Lane 7f1bcfb93d Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler. 10 years ago
Tom Lane 26abb50c49 Support PL/Tcl functions that return composite types and/or sets. 10 years ago
Tom Lane 2178cbf40d Modernize result-tuple construction in pltcl_trigger_handler(). 10 years ago
Tom Lane fd2664dcb7 Rationalize and document pltcl's handling of magic ".tupno" array element. 10 years ago
Tom Lane fc8b81a291 Need to do SPI_push/SPI_pop around expression evaluation in plpgsql. 10 years ago
Tom Lane 5485c99e7f Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8. 10 years ago
Tom Lane 32416b0f9a More zic cleanup. 10 years ago
Tom Lane 1b00dd0ea0 Improve minor error-handling details in pltcl. 10 years ago
Tom Lane 34ca090570 Adjust cost_merge_append() to reflect use of binaryheap_replace_first(). 10 years ago
Tom Lane 86d19d27ce Remove duplicate macro definition. 10 years ago
Tom Lane 06f5fd2f4f pgwin32_is_junction's argument should be "const char *" not "char *". 10 years ago
Peter Eisentraut d49cc588ca doc: Don't reformat .fo files before processing by fop 10 years ago
Peter Eisentraut 6feb69f6ce doc: Port page header customizations to XSLT 10 years ago
Tom Lane c8ead2a397 Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro. 10 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 10 years ago
Tom Lane d5f6f13f8e Be more consistent about masking xl_info with ~XLR_INFO_MASK. 10 years ago
Tom Lane 367b99bbb1 Fix gin_leafpage_items(). 10 years ago
Kevin Grittner 927d7bb6b1 Improve tab completion for CREATE TRIGGER. 10 years ago
Kevin Grittner 8c48375e5f Implement syntax for transition tables in AFTER triggers. 10 years ago
Peter Eisentraut 69d590fffb pg_xlogdump: Add NLS 10 years ago
Peter Eisentraut 59fa9d2d9d pg_test_timing: Add NLS 10 years ago
Peter Eisentraut a39255d766 pg_test_fsync: Add NLS 10 years ago
Peter Eisentraut 632fbe772c pg_archivecleanup: Add NLS 10 years ago
Peter Eisentraut 84ad68d645 pageinspect: Fix unaligned struct access in GIN functions 10 years ago
Robert Haas f2e6a2ccf1 Add API to check if an existing exclusive lock allows cleanup. 10 years ago
Robert Haas 7016e4c4f5 postgres_fdw: Fix typo in comment. 10 years ago
Peter Eisentraut 97f16b8702 doc: Add index letter links to XSLT HTML build 10 years ago
Tom Lane 1f87181e12 Sync our copy of the timezone library with IANA tzcode master. 10 years ago
Peter Eisentraut a0f357e570 psql: Split up "Modifiers" column in \d and \dD 10 years ago
Robert Haas 1d15d0db50 psql: Tab-complete LOCK [TABLE] ... IN {ACCESS|ROW|SHARE}. 10 years ago
Robert Haas c6ff380e38 Use NIL instead of NULL for an empty List. 10 years ago
Robert Haas 274bb2b385 libpq: Allow connection strings and URIs to specify multiple hosts. 10 years ago
Tom Lane 770671062f Don't make FK-based selectivity estimates in inheritance situations. 10 years ago
Tom Lane da8f3ebf30 Don't convert Consts into Vars during setrefs.c processing. 10 years ago
Peter Eisentraut 00a86856c1 pageinspect: Make page test more portable 10 years ago
Tom Lane 14ee35799f Fix portability bug in gin_page_opaque_info(). 10 years ago