summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Suppress a few 'uninitialized variable' warnings that gcc emits only atTom Lane2006-11-113-3/+18
* Fix pg_get_serial_sequence(), which could incorrectly return the nameTom Lane2006-11-101-4/+6
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-102-4/+4
* Fix errors in key_column_usage.position_in_unique_constraint column recentlyTom Lane2006-11-101-11/+32
* Fix set_joinrel_size_estimates() to estimate outer-join sizes moreTom Lane2006-11-101-17/+61
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-082-50/+39
* Modify aset.c to track the next intended block allocation size explicitly.Tom Lane2006-11-081-27/+15
* Tweak accumArrayResult() to double the size of its working arrays whenTom Lane2006-11-082-18/+11
* Fix performance issues in replace_text(), replace_text_regexp(), andTom Lane2006-11-081-56/+131
* Applied patch by Peter Harris to free auto_mem structure on connectMichael Meskes2006-11-083-3/+10
* Fix a memory leak in psql: we'd leak a few PGresult handles ifNeil Conway2006-11-081-1/+8
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-081-6/+1
* Tag as Beta3 ... two outstanding *known* bugs before RC1 ...REL8_2_BETA3PostgreSQL Daemon2006-11-071-3/+3
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-5/+34
* Remove temporary Windows-specific debugging code; it seems the problemTom Lane2006-11-061-15/+1
* Revert to the pre-8.2 method of probing for libm, that is, alwaysTom Lane2006-11-061-0/+3
* Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane2006-11-062-44/+27
* Minor fix for LDAP authentication: if an error occurs, we need toNeil Conway2006-11-061-9/+13
* Fix recently-identified PITR recovery hazard: the base backup could containTom Lane2006-11-053-6/+50
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-0538-876/+1053
* Fix "failed to re-find parent key" btree VACUUM failure by revising pageTom Lane2006-11-016-139/+363
* pg_restore failed on tar-format archives if they contained large objectsTom Lane2006-11-011-3/+16
* Update zic database to tzdata2006n.Tom Lane2006-11-017-30/+77
* expression_tree_walker failed to let walker function see the immediate childTom Lane2006-10-251-5/+4
* Fix check for whether a clauseless join has to be forced in the presence ofTom Lane2006-10-242-11/+25
* Tweak zic.c to compile cleanly on MSVC: use CopyFile instead ofTom Lane2006-10-241-2/+2
* Stamp 8.2beta2.REL8_2_BETA2Tom Lane2006-10-231-10/+10
* Small parser syncMichael Meskes2006-10-231-2/+4
* Remove an unnecessary HOLD_INTERRUPTS/RESUME_INTERRUPTS pair.Tom Lane2006-10-221-9/+2
* Various MSVC build fixes from Magnus; also remove stray WindowsTom Lane2006-10-226-139/+296
* Translations updatePeter Eisentraut2006-10-2148-31068/+40515
* Try to fix the AIX getaddrinfo mess in a way that works on all versions.Tom Lane2006-10-191-8/+29
* Marginal improvement in logging: include the function name when loggingTom Lane2006-10-191-12/+14
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-192-14/+11
* Add externs for optarg/optind where apparently needed. Per Magnus.Tom Lane2006-10-191-1/+4
* Further MSVC portability fixes from Magnus.Tom Lane2006-10-191-1/+14
* Fix a couple of places that were assuming debug_query_string couldn'tTom Lane2006-10-191-2/+2
* Make sure that debug_query_string contains the original query text,Tom Lane2006-10-191-24/+24
* Clean up local redeclarations of variables with DLLIMPORT, per reportTom Lane2006-10-199-31/+23
* Work around reported problem that AIX's getaddrinfo() doesn't seem to zeroTom Lane2006-10-191-1/+10
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-182-7/+79
* Fix up timetz input so that a date is required only when the specifiedTom Lane2006-10-184-10/+70
* Fix up some problems in handling of zic-style time zone names in datetimeTom Lane2006-10-176-273/+195
* Fix unexpected side-effect of changes for case insensitivity of timezone names.Tom Lane2006-10-172-2/+2
* Remove use of whrandom module, which was removed in Python 2.5.Peter Eisentraut2006-10-162-2/+0
* Arrange for timezone names to be recognized case-insensitively; forTom Lane2006-10-164-71/+182
* Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian2006-10-161-3/+3
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-156-259/+73
* Adjust plperl to ensure that all strings and hash keys passed to PerlTom Lane2006-10-151-70/+114
* Code review for --no-data-for-failed-tables patch. Instead of trashingTom Lane2006-10-143-23/+45