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