Commit Graph

4772 Commits (faba9fa7470d44df2e033bcbf1024da7c3216db8)
 

Author SHA1 Message Date
Tom Lane faba9fa747 pg_dump was trying to use an incorrect (or, perhaps, only obsolete?) 27 years ago
Michael Meskes 29e2916827 *** empty log message *** 27 years ago
Marc G. Fournier 9a4344e73e use new config.guess output for system specific expected files .. 27 years ago
Marc G. Fournier a6311431b5 use config.guess instead of uname -s to figure out system, so that we can 27 years ago
Bruce Momjian c672559c9c Fix adding columns to a temp table. 27 years ago
Bruce Momjian c0cd32d7b4 Add ARM32 support by Andrew McMurry 27 years ago
Bruce Momjian a01dfe71b8 array_in is defined in the system catalog as taking two arguments while it 27 years ago
Bruce Momjian 174b552e71 There are some bugs about backward scanning using 27 years ago
Michael Meskes df6e504437 *** empty log message *** 27 years ago
Tatsuo Ishii adf5422d79 Add -E option 27 years ago
Tatsuo Ishii 6a8d4822ef Document updation for 6.5 27 years ago
Vadim B. Mikheev c3b09c2237 Fix HEAP_MOVED_IN handling in HeapTupleSatisfiesDirty(). 27 years ago
Vadim B. Mikheev 12a5aa4f1a Some comments... 27 years ago
Vadim B. Mikheev 401293fcff Unique btree-s: 27 years ago
Tatsuo Ishii a2c96a16e4 add mipsel-unknown-linux-gnu support. config.guess seems slightly changed 27 years ago
Peter Mount ded46bd522 Implement UpdateCount 27 years ago
Tom Lane 50eb8b7d7f Repair problems seen when CREATE OPERATOR mentions a 27 years ago
Tom Lane 194326d6ff Fix another batch of bogosities in pg_operator table. 27 years ago
Tom Lane 2d49637ca7 Tweak create_operator regress test so it doesn't illustrate 27 years ago
Peter Mount 94bb87f94b vacuumlo deals with large objects not referenced by any tables and removes them. 27 years ago
Tom Lane 098e043849 Fix CREATE OPERATOR ... LANGUAGE 'internal', which I broke while 27 years ago
Thomas G. Lockhart 7eb16b7812 Add section from Tom Lane on hashjoin characteristics of operators. 27 years ago
Thomas G. Lockhart fb5460bfb3 Add emacs editor hints to bottom of file. 27 years ago
Tom Lane af87148065 Fix some more hashjoin-related bugs in pg_operator. Fix 27 years ago
Tatsuo Ishii 1819e89a0e Prepare multi-byte support document for 6.5 27 years ago
Tom Lane 4e21023fd4 Unmark 'hashable' operators that can't really be used for 27 years ago
Thomas G. Lockhart 7fcbc5ddf0 Fix markup to include all closing tags. 27 years ago
Thomas G. Lockhart 905a457a98 Start indenting markup. No text changes. 27 years ago
Thomas G. Lockhart 988d5ef536 Fix XREF markup and typo. 27 years ago
Thomas G. Lockhart d1c1301039 Version string was truncating the last character. 27 years ago
Tom Lane 5763683ce4 On reflection, filesize limit ought to be an exact power 27 years ago
Tom Lane 5ce851dcda Reduce default file size limit to 1Gb, and move the 27 years ago
Vadim B. Mikheev 9cae93d309 Fix HEAP_MOVED_OFF handling in HeapTupleSatisfiesDirty 27 years ago
Tom Lane e91f43a122 Fix potential overflow problems when relation size exceeds 27 years ago
Tom Lane 2e7ef7477c We use CFLAGS = -O2 on every other gcc platform, so why not 27 years ago
Tom Lane 2de404e173 Use MAXALIGN value found by configure instead of a 27 years ago
Tom Lane a253dcdb23 Give a better error message if an SQL-language function is 27 years ago
Tom Lane 4ed9269676 Fix bogus pg_amop entries for int8 hash, cidr btree, 27 years ago
Tom Lane ff38837fe9 Fix nasty bug in optimization of multiway joins: optimizer 27 years ago
Tom Lane 97c52abcc5 Repair problems with omitted password and VALID UNTIL 27 years ago
Tom Lane f620241d73 Remove overly presumptuous use of __STDC__ in c.h, replacing 27 years ago
Tom Lane 0b874f01dd Clean up compile errors and warnings, cf Billy Allie's 27 years ago
Tom Lane b5b5852c26 Update config.guess and config.sub to versions from 27 years ago
Thomas G. Lockhart 7ecf60427d Fix up small markup problems. Force omit-tags to nil so we have tag 27 years ago
Thomas G. Lockhart 107eb78fd4 Repair cut-and-paste typo which described createdb rather than destroydb. 27 years ago
Thomas G. Lockhart 971febeccb Include libpq+.sgml in the doc set. 27 years ago
Thomas G. Lockhart c701639b1f Updates from Vince Vielhaber are the first since 1997. 27 years ago
Thomas G. Lockhart 045013cba3 Markup fixes from Vince Vielhaber. 27 years ago
Tatsuo Ishii e57c34c012 Add -E option 27 years ago
Tatsuo Ishii 3f8f0ac1a7 Bug fixes and enhances to psql submitted by Masaaki Sakaida 27 years ago