Commit Graph

26670 Commits (ba1c463096b750b4aa4b692c3fe7c7cc9fbfbd45)
 

Author SHA1 Message Date
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
Bruce Momjian b6f0ad4b0e Have psql command 'help' suggest the use of \?, updated version. 18 years ago
Bruce Momjian dc565af454 Allow 'help' in psql to show \? help, for novice assistance. 18 years ago
Tom Lane a051ab0a80 Remove no-longer-used function assign_backslash_quote() 18 years ago
Bruce Momjian 4f22db501e Remove unneed #include now that current_query() has moved to the backend. 18 years ago
Bruce Momjian f96928fde9 Implement current_query(), that shows the currently executing query. 18 years ago
Magnus Hagander cfaf8b6b67 Oops, change should go in scan.l to survive a clean checkout and not just 18 years ago
Magnus Hagander 2288d646a6 Convert backslash_quote guc to use enum. 18 years ago
Magnus Hagander d672ea6ffa Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and 18 years ago
Tom Lane 55f6e5f689 Add a variant of the Levenshtein string-distance function that lets the user 18 years ago
Bruce Momjian bbe48195ab Add Wiki URLs for: 18 years ago
Tom Lane b03271590e Remove heap_release_fetch, which is no longer used anywhere; this simplifies 18 years ago
Bruce Momjian d3bf8c7097 Add to TODO: 18 years ago