Commit Graph

26727 Commits (fc507eb0b655e40b7d8a891c920a8a1ef8a2a8b1)
 

Author SHA1 Message Date
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
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