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
Age
Commit message (
Expand
)
Author
2008-04-17
Clean up a few places where Datums were being treated as pointers (and vice
Alvaro Herrera
2008-04-17
Fix a couple of oversights associated with the "physical tlist" optimization:
Tom Lane
2008-04-17
TODO Done:
Bruce Momjian
2008-04-17
Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still
Bruce Momjian
2008-04-17
Add some code to EXPLAIN to show the targetlist (ie, output columns)
Tom Lane
2008-04-16
Repair two places where SIGTERM exit could leave shared memory state
Tom Lane
2008-04-16
Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro
Andrew Dunstan
2008-04-16
Ignore blank lines in typedef file.
Bruce Momjian
2008-04-16
Update most recent release to 8.3.1.
Bruce Momjian
2008-04-16
Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index
Tom Lane
2008-04-16
Fix comment typo.
Bruce Momjian
2008-04-16
Update TODO wording.
Bruce Momjian
2008-04-16
Add to TODO:
Bruce Momjian
2008-04-16
Avoid using unnecessary pgwin32_safestat in libpq.
Andrew Dunstan
2008-04-15
Re-add terminate TODO item.
Bruce Momjian
2008-04-15
Revert addition of pg_terminate_backend() because of race conditions.
Bruce Momjian
2008-04-15
Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andrea...
Andrew Dunstan
2008-04-15
Add TODO item:
Bruce Momjian
2008-04-15
Move LISTEN/NOTIFY items to separate TODO section.
Bruce Momjian
2008-04-15
Add to TODO:
Bruce Momjian
2008-04-15
Done:
Bruce Momjian
2008-04-15
Add pg_terminate_backend() to allow terminating only a single session.
Bruce Momjian
2008-04-15
Make integer_datetimes the default for MSVC even if not mentioned in config.pl.
Andrew Dunstan
2008-04-14
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2008-04-14
Fix indentation in new REFERENCED BY psql output, per Brendan Jurd.
Alvaro Herrera
2008-04-14
Add URL for:
Bruce Momjian
2008-04-13
Since createplan.c no longer cares whether index operators are lossy, it has
Tom Lane
2008-04-13
Phase 2 of project to make index operator lossiness be determined at runtime
Tom Lane
2008-04-13
Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops:
Tom Lane
2008-04-12
Clean up a few places where Datums were being treated as pointers without
Tom Lane
2008-04-12
Create new routines systable_beginscan_ordered, systable_getnext_ordered,
Tom Lane
2008-04-11
A quick try at un-breaking the Cygwin build. Whether it needs the
Tom Lane
2008-04-11
Add some debug support code to try to catch future mistakes in the area of
Tom Lane
2008-04-11
Fix several datatype input functions that were allowing unused bytes in their
Tom Lane
2008-04-11
Update wording:
Bruce Momjian
2008-04-11
Changed TODO wording:
Bruce Momjian
2008-04-11
Add TODO:
Bruce Momjian
2008-04-11
Update URLs for dead space map.
Bruce Momjian
2008-04-11
Fix main README typo.
Bruce Momjian
2008-04-10
Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole
Tom Lane
2008-04-10
Add TODO URLs moved from open items queue:
Bruce Momjian
2008-04-10
Create wrapper pgwin32_safestat() and redefine stat() to it
Magnus Hagander
2008-04-10
Make parameters in implementation have same const:ness as the ones in
Magnus Hagander
2008-04-10
Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.
Alvaro Herrera
2008-04-10
Mention pg_backend_pid() in the system information section in addition
Alvaro Herrera
2008-04-10
PGTYPEStimestamp_sub should use the values and not the pointers to substract.
Michael Meskes
2008-04-09
Document that continuous archiving backup can be used for cases where
Bruce Momjian
2008-04-09
Update text FAQ.
Bruce Momjian
2008-04-09
Small wording improvements for source code READMEs.
Bruce Momjian
2008-04-09
Revert README cleanups.
Bruce Momjian
[next]