Commit Graph

26354 Commits (fe4f2861baae68dbb044cca7ffb86b667a649ad7)
 

Author SHA1 Message Date
Tom Lane fe4f2861ba Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 18 years ago
Tom Lane f26cbcab75 Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on 18 years ago
Tom Lane 85a24f0dd9 Improve GRANT documentation to point out that UPDATE and DELETE typically 18 years ago
Tom Lane dcab19c084 Require bind_textdomain_codeset() not just gettext() to enable NLS support. 18 years ago
Tom Lane 764b10c978 Clarify description of typmod input function, per Jeff Davis. 18 years ago
Magnus Hagander 4bdc742231 Explicitly bind gettext() to the UTF8 locale when in use. 18 years ago
Tom Lane ed91252bc2 Fix an old corner-case bug in set_config_option: push_old_value has to be 18 years ago
Tom Lane 888706a883 Adjust timestamp regression tests to prevent two low-probability failure 18 years ago
Heikki Linnakangas 2035da3ed9 Remove arbitrary 10MB limit on two-phase state file size. It's not that hard 18 years ago
Tom Lane 7e1cb82469 Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per 18 years ago
Tom Lane 2d7a219b0d Add code to eval_const_expressions() to support const-simplification of 18 years ago
Magnus Hagander 53397b1e68 Don't try to close negative file descriptors, since this can cause 18 years ago
Michael Meskes f496eb31b2 Check for non-existant connection in prepare statement handling. 18 years ago
Andrew Dunstan cc22720644 Backpatch fixes for contrib makefiles. 18 years ago
Tom Lane 2773195802 Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update 18 years ago
Heikki Linnakangas 1a107363e2 Fix Assert introduced in previous patch. 18 years ago
Heikki Linnakangas 48bf6642c3 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Tom Lane 65a1e96c1d Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 18 years ago
Alvaro Herrera d67134d129 Add Simon Riggs' email address. 18 years ago
Magnus Hagander 2804eb27ad Add more dependencies from libpgport required by 18 years ago
Tom Lane 5c27e396de The 8.2 patch that added support for an alias on the target table of 18 years ago
Tom Lane 90cdbe43e0 Fix nodeTidscan.c to not trigger an error if the block number portion of 18 years ago
Alvaro Herrera 6750c7a751 Fix REASSIGN OWNED so that it works on procedural languages too. 18 years ago
Tom Lane 8209e1a987 Fix broken configure test for libxslt: it was probing for xsltLibxmlVersion, 18 years ago
Tom Lane f7288cde49 Back-patch Heikki's fix to make TransactionIdIsCurrentTransactionId() use 18 years ago
Tom Lane 701e71cf09 Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly 18 years ago
Teodor Sigaev dcd4075379 Fix using too many LWLocks bug, reported by Craig Ringer 18 years ago
Magnus Hagander cebc3c42bb Replace developer FAQ with a reference to the wiki, which is where 18 years ago
Tom Lane 5f26db502b Fix convert_IN_to_join to properly handle the case where the subselect's 18 years ago
Magnus Hagander 2b63d6455f Fix typo, noted by Stefan Kaltenbrunner. 18 years ago
Magnus Hagander 117f3a8ed0 Add link to major version release notes at the top of the minor 18 years ago
Tom Lane 86c6538dce Fix a couple of places in execMain that erroneously assumed that SELECT FOR 18 years ago
Teodor Sigaev 254d66e2f1 Fix broken compare function for tsquery_ops. Per Tom's report. 18 years ago
Tom Lane 2101518516 Fix rmtree() so that it keeps going after failure to remove any individual 18 years ago
Heikki Linnakangas b8c5823082 Fix two race conditions between the pending unlink mechanism that was put in 18 years ago
Tom Lane d64a5476d2 Fix a couple of oversights associated with the "physical tlist" optimization: 18 years ago
Tom Lane d5249bb409 Repair two places where SIGTERM exit could leave shared memory state 18 years ago
Tom Lane 95b7a876f6 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index 18 years ago
Andrew Dunstan 547f61f028 Avoid using unnecessary pgwin32_safestat in libpq. 18 years ago
Andrew Dunstan 990344b31b Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andreas Zeugswetter 18 years ago
Tom Lane 0b7afedb5c A quick try at un-breaking the Cygwin build. Whether it needs the 18 years ago
Tom Lane 56295419f2 Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Magnus Hagander 36146d4d54 Create wrapper pgwin32_safestat() and redefine stat() to it 18 years ago
Michael Meskes 4fcff62991 Fixed bug in PGTYPEStimestamp_sub that used pointers instead of the values to substract. 18 years ago
Tom Lane 1c3722f280 Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all 18 years ago
Tom Lane 5e8146c7cf Defend against JOINs having more than 32K columns altogether. We cannot 18 years ago
Tom Lane affdd52d5f Teach ANALYZE to distinguish dead and in-doubt tuples, which it formerly 18 years ago
Peter Eisentraut db6c80de8b Remove -C from rsync call, because it omits directories named "core". 18 years ago
Tom Lane ab2071b53d Revert my bad decision of about a year ago to make PortalDefineQuery 18 years ago
Tom Lane e3a47483a2 Fix an oversight I made in a cleanup patch over a year ago: 18 years ago