Commit Graph

26328 Commits (dcd4075379458783e035fd0a5f6bb758ba4700a2)
 

Author SHA1 Message Date
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
Tom Lane f82277c80d Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). 18 years ago
Tom Lane 793c583508 Fix a number of places that were making file-type tests infelicitously. 18 years ago
Tom Lane 92c3a80043 Revert my erroneous fix for Taiki Yamaguchi's DISTINCT MAX() bug. 18 years ago
Tom Lane 707867e9fd When we have successfully optimized a MIN or MAX aggregate into an indexscan, 18 years ago
Magnus Hagander 1c0e618e17 Include \password in the psql help. 18 years ago
Tom Lane a07375e39a Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Michael Meskes e5fab267c5 added ECPGget_PGconn to exports.txt 18 years ago
Tom Lane 6644be6ece When a relation has been proven empty by constraint exclusion, propagate that 18 years ago
Tom Lane 63995f01ed Fix various infelicities that have snuck into usage of errdetail() and 18 years ago
Michael Meskes 4866b529f3 Corrected version number. 18 years ago
Michael Meskes 94a710563e Added ECPGget_PGconn() function to ecpglib, courtesy of Mike Aubury. 18 years ago
Michael Meskes 6a78d754d0 Changed statement escaping to not escape continuation line markers. 18 years ago
Heikki Linnakangas 59c4fc5a80 Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the 18 years ago
Tom Lane 7c5fcbf48f Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Magnus Hagander 9217c262fe cvsweb lives on anoncvs.postgresql.org these days. 18 years ago
Magnus Hagander b4a2dae6df Wiki page about cvs now lives in the main wiki, the one 18 years ago
Tom Lane 2059a5a1bc Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. 18 years ago
Alvaro Herrera e5ecea0d73 Fix duplicate word, per Guillaume Lelarge. 18 years ago
Alvaro Herrera 9c37a4810e Fix vacuum so that autovacuum is really not cancelled when doing an emergency 18 years ago
Peter Eisentraut c666edb5eb Translation updates 18 years ago
Marc G. Fournier fdd23cd69e update configure for 8.3.1 prior to tag 18 years ago
Tom Lane eb66892ed6 Stamp version 8.3.1, except for configure.in/configure. 18 years ago
Tom Lane 8de5f596f4 Update release notes for 8.3.1 and 8.2.7 releases. 18 years ago
Tom Lane 1cf866a8df Update to tzdata 2008a distribution (Chilean DST law change). 18 years ago
Tom Lane 96e420a6ec Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings 18 years ago
Tom Lane 8efc13140e Fix heap_page_prune's problem with failing to send cache invalidation 18 years ago