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
Age
Commit message (
Expand
)
Author
2014-01-18
Make various variables const (read-only).
Tom Lane
2014-01-18
Export a few more symbols required for test_shm_mq module.
Andrew Dunstan
2014-01-18
Fix client-only installation
Peter Eisentraut
2014-01-17
Export set_latch_on_sigusr1 symbol for Windows.
Andrew Dunstan
2014-01-17
Prevent double macro definition of WIN32.
Andrew Dunstan
2014-01-17
Show SSL encryption information when logging connections
Magnus Hagander
2014-01-17
Define WIN32 when _WIN32 is set
Magnus Hagander
2014-01-16
docs: update PL/pgSQL docs about the use of := and =
Bruce Momjian
2014-01-16
Fix Hot Standby feedback sending when streaming busily.
Heikki Linnakangas
2014-01-16
Split ecpg_execute() in constituent parts
Alvaro Herrera
2014-01-16
Add display of oprcode (the underlying function's name) to psql's \do+.
Tom Lane
2014-01-16
Split ECPGdo() in constituent parts
Alvaro Herrera
2014-01-16
Suppress Coverity complaints in readfuncs.c.
Heikki Linnakangas
2014-01-15
Logging running transactions every 15 seconds.
Robert Haas
2014-01-15
Fix missing parentheses resulting in wrong order of dereference.
Robert Haas
2014-01-15
Improve FILES section of psql reference page.
Tom Lane
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-14
Fix typo in comment.
Robert Haas
2014-01-14
Single-reader, single-writer, lightweight shared message queue.
Robert Haas
2014-01-14
Simple table of contents for a shared memory segment.
Robert Haas
2014-01-13
Code improvements for ALTER SYSTEM .. SET.
Robert Haas
2014-01-13
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas
2014-01-13
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-13
Fix pg_dumpall on pre-8.1 servers
Bruce Momjian
2014-01-12
Disallow LATERAL references to the target table of an UPDATE/DELETE.
Tom Lane
2014-01-11
Fix possible crashes due to using elog/ereport too early in startup.
Tom Lane
2014-01-11
Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.
Tom Lane
2014-01-11
Add another regression test cross-checking operator and function comments.
Tom Lane
2014-01-11
Remove DESCR entries for json operator functions.
Andrew Dunstan
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
Accept pg_upgraded tuples during multixact freezing
Alvaro Herrera
2014-01-09
Remove unnecessary local variables to work around an icc optimization bug.
Tom Lane
2014-01-09
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2014-01-09
Fix descriptor output in ECPG.
Michael Meskes
2014-01-09
Refactor checking whether we've reached the recovery target.
Heikki Linnakangas
2014-01-09
We don't need to include pg_sema.h in s_lock.h anymore.
Tom Lane
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2014-01-08
Reduce the number of semaphores used under --disable-spinlocks.
Robert Haas
2014-01-08
Fix pause_at_recovery_target + recovery_target_inclusive combination.
Heikki Linnakangas
2014-01-08
If multiple recovery_targets are specified, use the latest one.
Heikki Linnakangas
2014-01-08
Avoid extra AggCheckCallContext() checks in ordered-set aggregates.
Tom Lane
2014-01-08
Save a few cycles in advance_transition_function().
Tom Lane
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2014-01-07
Update copyright for 2014
Bruce Momjian
2014-01-07
Fix LATERAL references to target table of UPDATE/DELETE.
Tom Lane
2014-01-07
Silence compiler warning on MSVC.
Heikki Linnakangas
2014-01-07
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
Avoid including tablespaces inside PGDATA twice in base backups
Magnus Hagander
2014-01-07
Add more use of psprintf()
Peter Eisentraut
2014-01-06
Remove bogus -K option from pg_dump.
Heikki Linnakangas
[next]