aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Add mention to update FAQ item on most recent release to RELEASE_CHANGES.Bruce Momjian2005-11-05
* Improve description of constraint_exclusion variable.Tom Lane2005-11-04
* Translation updatesPeter Eisentraut2005-11-04
* Remove a gratuitous string difference (does not affect translations).Peter Eisentraut2005-11-04
* Fix logical error in option description.Peter Eisentraut2005-11-04
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Fix a couple of missed None -> DestNone in comments.Tom Lane2005-11-03
* Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera2005-11-03
* Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane2005-11-03
* Fix the recently-added code that eliminates unnecessary SubqueryScan nodesTom Lane2005-11-03
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Translation updates.Alvaro Herrera2005-11-03
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Provide a --no-locale option for pg_regress and a corresponding NOLOCALE=1Andrew Dunstan2005-11-01
* Update a couple of obsolete comments.Tom Lane2005-10-29
* Translation updatesPeter Eisentraut2005-10-29
* Message correctionsPeter Eisentraut2005-10-29
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-28
* Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane2005-10-28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-28
* Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane2005-10-27
* Tweak buffer manager so that 'internal' accesses to a buffer do notTom Lane2005-10-27
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
* Add comment documenting actual failure case of usingBruce Momjian2005-10-27
* Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane2005-10-26
* Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane2005-10-25
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-25
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25
* Change trace_sort to output to the log, rather than the user's terminal.Bruce Momjian2005-10-25
* I have applied the following patch to document PQinitSSL() andBruce Momjian2005-10-24
* Ensure that a plpgsql LOOP with an empty body still executes at leastTom Lane2005-10-24
* Make code for selecting default WAL sync method less confusing.Tom Lane2005-10-22
* Temporarily disable Qingqing's Windows signal processing patch, so thatTom Lane2005-10-22
* minor code cleanup - replace useless struct timezone argument toAndrew Dunstan2005-10-22
* Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doingTom Lane2005-10-21
* Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we wereTom Lane2005-10-21
* Add an implicit cast from varchar to regclass, so that existing codeTom Lane2005-10-21
* Add missing PQinitSSL and PQregisterThreadLock to exports.txt.Tom Lane2005-10-21
* Improve testlibpq3.c's example of PQexecParams() usage to include sendingTom Lane2005-10-20
* Postpone pg_timezone_initialize() until after creation of postmaster.pid,Tom Lane2005-10-20
* Adjust not-too-sane calculation of DDD value for to_char(interval).Tom Lane2005-10-20
* Clean up md5.c to make it clearer that it is a frontend-and-backendTom Lane2005-10-20
* Make \d order a table's check constraints by constraint name insteadTom Lane2005-10-20
* Better solution to the problem of labeling whole-row Datums that areTom Lane2005-10-19
* Ensure that the Datum generated from a whole-row Var contains validTom Lane2005-10-19
* Fix oversight in recent changes to enable the 'physical tlist'Tom Lane2005-10-19
* Improve trace_sort code to also show the total memory or disk space used.Tom Lane2005-10-18
* Code review for regexp_replace patch. Improve documentation and comments,Tom Lane2005-10-18