aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway2005-10-11
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane2005-10-11
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-11
* Fix oversight in 8.0 modification of RestrictInfo data structures.Tom Lane2005-10-11
* Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane2005-10-10
* Use a safer order of operations in dropdb(): rollbackable operations,Tom Lane2005-10-10
* Document the process to update translations.Peter Eisentraut2005-10-10
* Translation updatePeter Eisentraut2005-10-10
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-10
* <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.Tom Lane2005-10-10
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Fix up grammar in variable description string.Tom Lane2005-10-08
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-08
* Add spacing around operators.Bruce Momjian2005-10-08
* Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane2005-10-07
* Minor parentheses cleanup.Bruce Momjian2005-10-07
* Add spaces around operator.Bruce Momjian2005-10-07
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-07
* Marginal performance improvement in aclmask(): don't bother withTom Lane2005-10-07
* Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase logTom Lane2005-10-07
* Remove an unused typedef.Alvaro Herrera2005-10-07
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-06
* Minor API cleanup for async notifications: we can only register theNeil Conway2005-10-06
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Fix oversight in indexscan plan creation. I recently added code to useTom Lane2005-10-06
* pg_config should print an error message to stderr and exit if anPeter Eisentraut2005-10-06
* Revise pgstats stuff to fix the problems with not counting accessesTom Lane2005-10-06
* Code cleanup for log_disconnections(). Patch from Qingqing Zhou,Neil Conway2005-10-05
* Make set_function_size_estimates() marginally smarter: per originalTom Lane2005-10-05
* Also synced the ecpg lexer with the backend lexer.Michael Meskes2005-10-05
* Fix pgxs for spaces in file names on Win32Bruce Momjian2005-10-05
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-04
* Somehow I missed some parser changes, so this commit comes pretty late. I jus...Michael Meskes2005-10-04
* Add _ to gettext triggers. Must have been forgotten here when it was introduced.Peter Eisentraut2005-10-04
* Add an expected case to cover error message as spelled by python 2.2.3.Tom Lane2005-10-04
* COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane2005-10-03
* Add a trace_sort option to help with measuring resource usage of externalTom Lane2005-10-03
* Separate out the VacRUsage stuff as an independent module, in preparationTom Lane2005-10-03
* Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie.Tom Lane2005-10-03
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-03
* Change nextval and other sequence functions to specify their sequenceTom Lane2005-10-02
* _SPI_execute_plan failed to return result tuple table to caller inTom Lane2005-10-01
* Equalize wordings to avoid redundant translation work.Peter Eisentraut2005-09-30
* Clean up the help displays.Peter Eisentraut2005-09-30
* Change the option spelling to --connection-limit to be consistent with thePeter Eisentraut2005-09-30
* Fix confusion between relfilenode and Oid.Alvaro Herrera2005-09-29
* Correct spellingPeter Eisentraut2005-09-29
* Repair planning bug introduced in 7.4: outer-join ON clauses that referencedTom Lane2005-09-28
* Improve messagesPeter Eisentraut2005-09-28