Commit Graph

26938 Commits (99b8ebec645cdb7ddb0b51a6772ab76c8dd974c6)
 

Author SHA1 Message Date
Bruce Momjian 82403f0350 Add URL for: 18 years ago
Bruce Momjian a88b8943db Add to TODO: 18 years ago
Bruce Momjian 0e242fec5f Add to TODO: 18 years ago
Bruce Momjian a3552f050f Remove, item done, description unclear: 18 years ago
Bruce Momjian 9dd10490ed Update TODO description for GIT: 18 years ago
Magnus Hagander 380d1ee69e Update error messages, per notes from Tom. 18 years ago
Bruce Momjian 19750904c8 Add GIT URL: 18 years ago
Bruce Momjian 0b6b8cdc81 Add to TODO: 18 years ago
Bruce Momjian fef58c6943 Add URL for MERGE: 18 years ago
Magnus Hagander c979a1fefa Prevent shutdown in normal mode if online backup is running, and 18 years ago
Teodor Sigaev cf23b75b4d Fix using too many LWLocks bug, reported by Craig Ringer 18 years ago
Magnus Hagander fc507eb0b6 Don't pull in pthreads header files in this file because we never use them. 18 years ago
Bruce Momjian a256ea5088 FAQ2txt now only controls the main FAQ, not FAQ_DEV. 18 years ago
Magnus Hagander fc2117a4b5 Replace developer FAQ with a reference to the wiki, which is where 18 years ago
Tom Lane 1ad76112e7 Issue explicit error messages for attempts to use "shell" operators in 18 years ago
Tom Lane ff673f558a Fix convert_IN_to_join to properly handle the case where the subselect's 18 years ago
Magnus Hagander a31b03ba27 Clean up float4byval and float8byval handling by dealing with them completely 18 years ago
Magnus Hagander be9ab11366 Fix typo, noted by Stefan Kaltenbrunner. 18 years ago
Magnus Hagander de6e4c9d60 Make float4byval and float8byval configurable on MSVC. 18 years ago
Magnus Hagander 3bb6d101c4 Add link to major version release notes at the top of the minor 18 years ago
Tom Lane f593f62336 Fix a couple of places in execMain that erroneously assumed that SELECT FOR 18 years ago
Tom Lane 819b49a6e1 Add FLOAT4PASSBYVAL/FLOAT8PASSBYVAL to pg_config.h.win32, as a stopgap 18 years ago
Tom Lane 3d1588cd3e Make earthdistance use version-0 calling convention if not USE_FLOAT8_BYVAL, 18 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 18 years ago
Teodor Sigaev be939544a6 Fix broken compare function for tsquery_ops. Per Tom's report. 18 years ago
Tom Lane dc192a5d8c Convert earthdistance's only C function to v1 call convention, 18 years ago
Tom Lane 7c81d7953c seg_size() has to be V1 calling convention, too. 18 years ago
Bruce Momjian 6e884662a1 Update doc script comments. 18 years ago
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