summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-1811-44/+15
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-1718-370/+234
* Add space after description.Bruce Momjian2005-10-161-4/+4
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-151-3/+3
* Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane2005-10-151-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15652-28135/+28740
* Update pgindent typedef list.Bruce Momjian2005-10-151-2/+28
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-143-68/+103
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-141-21/+41
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-143-15/+24
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-131-3/+3
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-131-1/+1
* Make stack_base_ptr non-static, for PL/Java.Bruce Momjian2005-10-131-2/+3
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-131-5/+5
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-131-5/+5
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-131-2/+5
* Go back to emitting path names with forward slashes on Windows.Tom Lane2005-10-131-29/+10
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-131-5/+5
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-131-5/+5
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-132-12/+4
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-131-1/+3
* Remove an antiquated comment.Neil Conway2005-10-131-9/+1
* Add a comment describing the requirement that pointers into shared memoryNeil Conway2005-10-131-7/+17
* Don't try to remove duplicate OR-subclauses in create_bitmap_subplan andTom Lane2005-10-132-16/+24
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-121-2/+5
* Fix another recently-changed place that was messing with spinlock-Tom Lane2005-10-121-2/+3
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-123-51/+57
* Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.Neil Conway2005-10-111-1/+1
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-114-24/+145
* Don't use a non-locked pre-test of the spinlock on x86_64 machines.Tom Lane2005-10-111-4/+50
* Document that get_attstatsslot/free_attstatsslot only need to be passedTom Lane2005-10-112-11/+12
* Fix oversight in 8.0 modification of RestrictInfo data structures.Tom Lane2005-10-111-3/+10
* Remove the DELETEs from pg_shadow and pg_group that pg_dumpall used toTom Lane2005-10-101-41/+25
* Use a safer order of operations in dropdb(): rollbackable operations,Tom Lane2005-10-101-6/+6
* Document the process to update translations.Peter Eisentraut2005-10-101-0/+7
* Translation updatePeter Eisentraut2005-10-1029-13482/+16527
* Fix the problem of GRANTs creating "dangling" privileges not directlyTom Lane2005-10-103-236/+415
* <limits.h> is now needed here, for INT_MAX. Per Michael Fuhr.Tom Lane2005-10-101-0/+2
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-099-54/+125
* Fix up grammar in variable description string.Tom Lane2005-10-081-3/+3
* Fix Kerberos authentication in wake of virtual-hosts changes --- needTom Lane2005-10-083-23/+30
* Add spacing around operators.Bruce Momjian2005-10-081-1/+1
* Fix LWLockAssign() so that it can safely be executed after postmasterTom Lane2005-10-072-15/+31
* Minor parentheses cleanup.Bruce Momjian2005-10-071-15/+15
* Add spaces around operator.Bruce Momjian2005-10-071-2/+2
* Allocate a few extra LWLocks for possible use by add-on modules.Tom Lane2005-10-072-3/+9
* Marginal performance improvement in aclmask(): don't bother withTom Lane2005-10-071-6/+7
* Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase logTom Lane2005-10-071-8/+11
* Remove an unused typedef.Alvaro Herrera2005-10-072-10/+1
* Marginal speedup in RelationIsVisible and TypeIsVisible: avoid a redundantTom Lane2005-10-061-7/+42