aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* Code review for spi_query/spi_fetchrow patch: handle errors sanely,Tom Lane2005-10-18
* A few trivial code cleanups motivated by reading warnings generatedTom Lane2005-10-18
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-17
* Add space after description.Bruce Momjian2005-10-16
* kerberos error message: localhost -> server hostnameBruce Momjian2005-10-15
* Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane2005-10-15
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Update pgindent typedef list.Bruce Momjian2005-10-15
* Fix syslog bug: if any messages are emitted to write_syslog beforeTom Lane2005-10-14
* Pass a strdup'd ident string to openlog(), to ensure that reallocationTom Lane2005-10-14
* Allow times of 24:00:00 to match rounding behavior:Bruce Momjian2005-10-14
* Fix uppercase TRUE/FALSE that are WIN32 stuffl.Bruce Momjian2005-10-13
* Update regression output for new prepare transaction error messages.Bruce Momjian2005-10-13
* Make stack_base_ptr non-static, for PL/Java.Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Update krb_server_name to document that a missing entry defaults toBruce Momjian2005-10-13
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-13
* Go back to emitting path names with forward slashes on Windows.Tom Lane2005-10-13
* Back out this because of fear of changing error strings:Bruce Momjian2005-10-13
* This makes the error messages for PREPARE TRANSACTION, COMMIT PREPAREDBruce Momjian2005-10-13
* Use get_progname() in backend main.c, rather than port-specific hackBruce Momjian2005-10-13
* Fix small oversight in recent patch to add more CREATE-FUNCTION-timeTom Lane2005-10-13
* Remove an antiquated comment.Neil Conway2005-10-13
* Add a comment describing the requirement that pointers into shared memoryNeil Conway2005-10-13
* Don't try to remove duplicate OR-subclauses in create_bitmap_subplan andTom Lane2005-10-13
* Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would markTom Lane2005-10-12
* Fix another recently-changed place that was messing with spinlock-Tom Lane2005-10-12
* Do all accesses to shared buffer headers through volatile-qualifiedTom Lane2005-10-12
* 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