Commit Graph

26682 Commits (1e40da49ae048a89ff258f23b1fd08eced2e1eec)
 

Author SHA1 Message Date
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
Tom Lane 4e82a95476 Replace "amgetmulti" AM functions with "amgetbitmap", in which the whole 18 years ago
Bruce Momjian f260edb144 Add TODO URLs moved from open items queue: 18 years ago
Magnus Hagander 47a19a495d Create wrapper pgwin32_safestat() and redefine stat() to it 18 years ago
Magnus Hagander a57a1e61a1 Make parameters in implementation have same const:ness as the ones in 18 years ago
Alvaro Herrera e863951a59 Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary. 18 years ago
Alvaro Herrera 66782364a1 Mention pg_backend_pid() in the system information section in addition 18 years ago
Michael Meskes 02b2bc7907 PGTYPEStimestamp_sub should use the values and not the pointers to substract. 18 years ago
Bruce Momjian d44523638a Document that continuous archiving backup can be used for cases where 18 years ago
Bruce Momjian 2662e03b64 Update text FAQ. 18 years ago
Bruce Momjian 91509e6a87 Small wording improvements for source code READMEs. 18 years ago
Bruce Momjian 4d048b7b8b Revert README cleanups. 18 years ago
Bruce Momjian 8cb3ad9f52 Revert sentence removal from nickname in FAQ. 18 years ago
Bruce Momjian 20c5542c8b Remove mention of the Berkeley origins of the alias "Postgres" --- 18 years ago
Tom Lane 635aaab278 Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all 18 years ago
Peter Eisentraut db5f60cb18 On cygwin and win32, don't override the shlib name when building a module. 18 years ago
Magnus Hagander bb6f1eb9df Make integer_datetimes the default on msvc as well, to have the same 18 years ago
Peter Eisentraut 64e31b4f82 Always define stlib, since some platforms need it for building modules. 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Bruce Momjian 8deafd6fdf Add to TODO: 18 years ago
Bruce Momjian a84171b078 Add documentation clarification for IS [NOT] NULL and row-valued 18 years ago
Tom Lane 347dd6a1cf Make plpgsql support FOR over a query specified by a cursor declaration, 18 years ago
Tom Lane 2604359251 Improve hash_any() to use word-wide fetches when hashing suitably aligned 18 years ago
Tom Lane d785b39fbf A small visit from the portability and localization police. 18 years ago
Bruce Momjian 470b2dc35d Make dblink_current_query() reference pg_catalog.current_query(), per Tom. 18 years ago
Bruce Momjian 67fe107554 Re-add dblink_current_query() for backward compatibility. 18 years ago
Tom Lane ceb5db69d4 Defend against JOINs having more than 32K columns altogether. We cannot 18 years ago
Bruce Momjian 2a1cf97c22 Have pg_stop_backup() wait for all archive files to be sent, rather than 18 years ago
Tom Lane a0fad9762a Re-implement division for numeric values using the traditional "schoolbook" 18 years ago