Commit Graph

27310 Commits (607b2be7bb230ea4c558cb3101794f94de35ab85)
 

Author SHA1 Message Date
Bruce Momjian c610615563 Add script FAQ2txt to convert HTML files to txt. Add comment to TODO2html. 18 years ago
Bruce Momjian 54208a3272 Add TODO2html tool to convert TODO to HTML. 18 years ago
Bruce Momjian 3ca214ed1a Update TODO using new script. 18 years ago
Bruce Momjian fa4f87769f Remove TODO.detail directory. All URLs now in TODO file as references. 18 years ago
Bruce Momjian 883b6a8a51 Remove TODO.detail references; instead add TODO URLs pointing to the 18 years ago
Alvaro Herrera 05ace73335 Change the float4-returning functions in contrib/seg to fmgr v1 calling 18 years ago
Tom Lane 41de1d1507 Fix typo. 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Tom Lane b8e5581d76 Fix rmtree() so that it keeps going after failure to remove any individual 18 years ago
Heikki Linnakangas 9cb91f90c9 Fix two race conditions between the pending unlink mechanism that was put in 18 years ago
Tom Lane 87a2f050a9 Cause EXPLAIN's VERBOSE option to print the target list (output column list) 18 years ago
Alvaro Herrera 2f0f7b4bce Clean up a few places where Datums were being treated as pointers (and vice 18 years ago
Tom Lane 25e46a504b Fix a couple of oversights associated with the "physical tlist" optimization: 18 years ago
Bruce Momjian c5c7ba1b10 TODO Done: 18 years ago
Bruce Momjian c4fd93b3f3 Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing still 18 years ago
Tom Lane c5e4e91a96 Add some code to EXPLAIN to show the targetlist (ie, output columns) 18 years ago
Tom Lane d1cbd26ded Repair two places where SIGTERM exit could leave shared memory state 18 years ago
Andrew Dunstan 74be86847c Fix MinGW warnings re formats and unused variables. per ITAGAKI Takahiro 18 years ago
Bruce Momjian d18f5c3eb0 Ignore blank lines in typedef file. 18 years ago
Bruce Momjian 35390aab16 Update most recent release to 8.3.1. 18 years ago
Tom Lane 0f45d1eb08 Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index 18 years ago
Bruce Momjian a9b3e4fa6f Fix comment typo. 18 years ago
Bruce Momjian c0f839fc60 Update TODO wording. 18 years ago
Bruce Momjian 54495e387f Add to TODO: 18 years ago
Andrew Dunstan e8d11ade56 Avoid using unnecessary pgwin32_safestat in libpq. 18 years ago
Bruce Momjian 17cdf848b8 Re-add terminate TODO item. 18 years ago
Bruce Momjian 76365960d2 Revert addition of pg_terminate_backend() because of race conditions. 18 years ago
Andrew Dunstan 2b8a795738 Add multi-line flag to regex that needs it. Backpatch to 8.2. Fix from Andreas Zeugswetter 18 years ago
Bruce Momjian 1e40da49ae Add TODO item: 18 years ago
Bruce Momjian 6d2b258ad0 Move LISTEN/NOTIFY items to separate TODO section. 18 years ago
Bruce Momjian c28c9d69ef Add to TODO: 18 years ago
Bruce Momjian 56913735d0 Done: 18 years ago
Bruce Momjian 18b286f3e3 Add pg_terminate_backend() to allow terminating only a single session. 18 years ago
Andrew Dunstan fcf053d782 Make integer_datetimes the default for MSVC even if not mentioned in config.pl. 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Alvaro Herrera 10be77c173 Fix indentation in new REFERENCED BY psql output, per Brendan Jurd. 18 years ago
Bruce Momjian 9afab58eed Add URL for: 18 years ago
Tom Lane 226837e57e Since createplan.c no longer cares whether index operators are lossy, it has 18 years ago
Tom Lane 24558da14a Phase 2 of project to make index operator lossiness be determined at runtime 18 years ago
Tom Lane c22ed3d523 Turn the -i/--ignore-version options of pg_dump and pg_dumpall into no-ops: 18 years ago
Tom Lane ba1c463096 Clean up a few places where Datums were being treated as pointers without 18 years ago
Tom Lane ec498cdcbb Create new routines systable_beginscan_ordered, systable_getnext_ordered, 18 years ago
Tom Lane 00832809a0 A quick try at un-breaking the Cygwin build. Whether it needs the 18 years ago
Tom Lane 65c3d05e18 Add some debug support code to try to catch future mistakes in the area of 18 years ago
Tom Lane c846f7ca8a Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Bruce Momjian 00b1827ae1 Update wording: 18 years ago
Bruce Momjian accbddc9bd Changed TODO wording: 18 years ago
Bruce Momjian 942550575f Add TODO: 18 years ago
Bruce Momjian a464dc07fe Update URLs for dead space map. 18 years ago
Bruce Momjian 3fa352da28 Fix main README typo. 18 years ago