index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2005-11-03
Fix longstanding race condition in transaction log management: there was a
Tom Lane
2005-10-29
Update a couple of obsolete comments.
Tom Lane
2005-10-29
Translation updates
Peter Eisentraut
2005-10-29
Message corrections
Peter Eisentraut
2005-10-28
Reorder code so that we don't have to hold a critical section while
Tom Lane
2005-10-28
Fix race condition in multixact code: it's possible to try to read a
Tom Lane
2005-10-27
Add an ifneq to avoid make warning on AIX --- there is a separate rule
Tom Lane
2005-10-27
Tweak buffer manager so that 'internal' accesses to a buffer do not
Tom Lane
2005-10-27
Add comment documenting actual failure case of using
Bruce Momjian
2005-10-26
Adjust parser so that POSTQUEL-style implicit RTEs are stored with
Tom Lane
2005-10-25
Fix longstanding bug that would sometimes let the planner generate a bad plan
Tom Lane
2005-10-25
Remove justify_hours call from interval_mul and interval_div, and make
Tom Lane
2005-10-25
Fix Windows setitimer() emulation to not depend on delivering an APC
Tom Lane
2005-10-25
Change trace_sort to output to the log, rather than the user's terminal.
Bruce Momjian
2005-10-22
Make code for selecting default WAL sync method less confusing.
Tom Lane
2005-10-22
minor code cleanup - replace useless struct timezone argument to
Andrew Dunstan
2005-10-21
Improve performance of CHECK_FOR_INTERRUPTS() macro on Windows by not doing
Tom Lane
2005-10-21
Fix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: although we were
Tom Lane
2005-10-20
Postpone pg_timezone_initialize() until after creation of postmaster.pid,
Tom Lane
2005-10-20
Adjust not-too-sane calculation of DDD value for to_char(interval).
Tom Lane
2005-10-20
Clean up md5.c to make it clearer that it is a frontend-and-backend
Tom Lane
2005-10-19
Better solution to the problem of labeling whole-row Datums that are
Tom Lane
2005-10-19
Ensure that the Datum generated from a whole-row Var contains valid
Tom Lane
2005-10-19
Fix oversight in recent changes to enable the 'physical tlist'
Tom Lane
2005-10-18
Improve trace_sort code to also show the total memory or disk space used.
Tom Lane
2005-10-18
Code review for regexp_replace patch. Improve documentation and comments,
Tom Lane
2005-10-18
A few trivial code cleanups motivated by reading warnings generated
Tom Lane
2005-10-17
Clean up libpq's pollution of application namespace by renaming the
Tom Lane
2005-10-16
Add space after description.
Bruce Momjian
2005-10-15
kerberos error message: localhost -> server hostname
Bruce Momjian
2005-10-15
Fix thinko in pg_read_file: testing for negative result is not the way
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-14
Fix syslog bug: if any messages are emitted to write_syslog before
Tom Lane
2005-10-14
Pass a strdup'd ident string to openlog(), to ensure that reallocation
Tom Lane
2005-10-14
Allow times of 24:00:00 to match rounding behavior:
Bruce Momjian
2005-10-13
Make stack_base_ptr non-static, for PL/Java.
Bruce Momjian
2005-10-13
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
Update krb_server_name to document that a missing entry defaults to
Bruce Momjian
2005-10-13
Back out this because of fear of changing error strings:
Bruce Momjian
2005-10-13
This makes the error messages for PREPARE TRANSACTION, COMMIT PREPARED
Bruce Momjian
2005-10-13
Use get_progname() in backend main.c, rather than port-specific hack
Bruce Momjian
2005-10-13
Remove an antiquated comment.
Neil Conway
2005-10-13
Don't try to remove duplicate OR-subclauses in create_bitmap_subplan and
Tom Lane
2005-10-12
Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique would mark
Tom Lane
2005-10-12
Fix another recently-changed place that was messing with spinlock-
Tom Lane
2005-10-12
Do all accesses to shared buffer headers through volatile-qualified
Tom Lane
2005-10-11
Fix typo in sample pg_hba.conf; per IRC report from Bernhard Neuhauser.
Neil Conway
2005-10-11
Add infrastructure for making spins_per_delay variable depending on
Tom Lane
2005-10-11
Document that get_attstatsslot/free_attstatsslot only need to be passed
Tom Lane
2005-10-11
Fix oversight in 8.0 modification of RestrictInfo data structures.
Tom Lane
[next]