Commit Graph

26496 Commits (a9686591d7fa79a39e704c2585ebcd8da80d3e72)
 

Author SHA1 Message Date
Alvaro Herrera a9686591d7 We no longer need a snapshot set after opening the finishing transaction: this 18 years ago
Tatsuo Ishii 49639a7b2c Add -M (query mode) option per ITAGAKI Takahiro 18 years ago
Tom Lane 965a2a191a Fix regexp substring matching (substring(string from pattern)) for the corner 18 years ago
Tatsuo Ishii 8436f9a036 Add libpq new API lo_import_with_oid() which is similar to lo_import() 18 years ago
Tatsuo Ishii f755f2fef3 Fix tps calculation when -C supplied. Per Yoshiyuki Asaba. 18 years ago
Bruce Momjian 2f2b58d642 Spit items: 18 years ago
Bruce Momjian 8426b5640e Update TODO description: 18 years ago
Bruce Momjian af7680f668 Add find_typedef comments for Linux. 18 years ago
Bruce Momjian 0939946a5e Add find_typedef comment. 18 years ago
Bruce Momjian 61d416e3b2 Add Linux support to find_typedefs, with help from Alvaro. 18 years ago
Tom Lane 0d49838df6 Arrange to "inline" SQL functions that appear in a query's FROM clause, 18 years ago
Bruce Momjian 433c5238bf Add to TODO: 18 years ago
Peter Eisentraut 2a43c4786d Don't need -Wno-error anymore, because flex is no longer producing warnings. 18 years ago
Peter Eisentraut 8c87cc370f Catch all errors in for and while loops in makefiles. Don't ignore any 18 years ago
Magnus Hagander 184c42d20d cvsweb lives on anoncvs.postgresql.org these days. 18 years ago
Magnus Hagander c4a195c200 Wiki page about cvs now lives in the main wiki, the one 18 years ago
Bruce Momjian db81819c4f Add TODO URLs for: 18 years ago
Alvaro Herrera d54bb24cdd Move elog(DEBUG4) call outside the locked area, per suggestion from Tom Lane. 18 years ago
Bruce Momjian 7e2be4e513 Add URLs for : 18 years ago
Tom Lane 8e850b9159 Advance multiple array keys rightmost-first instead of leftmost-first 18 years ago
Bruce Momjian a2f1827dfd Add TODO: 18 years ago
Tom Lane 206b1e558a Fix our printf implementation to follow spec: if a star parameter 18 years ago
Bruce Momjian 9706f54d5d Add to TODO: 18 years ago
Bruce Momjian ec62bdff06 Add URL for: 18 years ago
Bruce Momjian 3777cde067 Add to TODO: 18 years ago
Bruce Momjian b1f0cdaf84 Add: 18 years ago
Bruce Momjian 9970141794 Add to TODO: 18 years ago
Bruce Momjian e56dfc778d Add to TODO: 18 years ago
Bruce Momjian c10b0a7a73 Add URL for: 18 years ago
Bruce Momjian 187e884a6a Add: 18 years ago
Bruce Momjian cd66b94637 Add URL for: 18 years ago
Bruce Momjian 0b5eaef2e3 Added to TODO: 18 years ago
Bruce Momjian 5db762ef00 Add TODO: 18 years ago
Bruce Momjian 3a1e7b24a7 Adjust TODO spacing. 18 years ago
Bruce Momjian 3ff83c333e Add TODO URL for: 18 years ago
Peter Eisentraut a7b7b07af3 Enable probes to work with Mac OS X Leopard and other OSes that will 18 years ago
Peter Eisentraut e7115a224a We need to rebuild objfiles.txt when one of the subdirectories' objfiles.txt 18 years ago
Bruce Momjian f09f055d32 Add: 18 years ago
Magnus Hagander 7cbfa7565e Fix postgres --describe-config for guc enums, breakage noted by Alvaro. 18 years ago
Tom Lane 164899db1c Revert thinko introduced into prefix_selectivity() by my recent patch: 18 years ago
Alvaro Herrera 23057f51f5 Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not 18 years ago
Tom Lane 0c5962c054 Grab some low-hanging fruit in the new hash index build code. 18 years ago
Tom Lane 32846f8152 Fix TransactionIdIsCurrentTransactionId() to use binary search instead of 18 years ago
Bruce Momjian a7c58abeb1 Done: 18 years ago
Tom Lane ff213239c5 Add a note to the CREATE INDEX reference page about the impact of 18 years ago
Tom Lane 787eba734b When creating a large hash index, pre-sort the index entries by estimated 18 years ago
Alvaro Herrera ec6550c6c0 Modify interactions between sinval.c and sinvaladt.c. The code that actually 18 years ago
Magnus Hagander a3f66eac01 Some cleanups of enum-guc code, per comments from Tom. 18 years ago
Tom Lane c9a1cc694a Change hash index creation so that rather than always establishing exactly 18 years ago
Tom Lane 4873c96ff3 Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. 18 years ago