Commit Graph

15824 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)

Author SHA1 Message Date
Bruce Momjian cd48ae8bf0 Back out patch, unintended. 20 years ago
Bruce Momjian ec9d01e8e2 Done: 20 years ago
Bruce Momjian 5bbea03f3b Suppress more compiler warnings caused by macro tests. 20 years ago
Bruce Momjian 7384e95b0c Add one more paren to macro. 20 years ago
Bruce Momjian 88fc941355 Suprress compiler warning in gcc 4.2. 20 years ago
Tom Lane 332ea60d23 Improve our private implementation of cbrt() to give results of the 20 years ago
Bruce Momjian 7e97b419df Remove compiler warning by casting SNPRINTF() call to void. 20 years ago
Michael Meskes 524d65d459 Fixed memory leak bugs found by Martijn Oosterhout. 20 years ago
Bruce Momjian a16ffee73b Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 20 years ago
Alvaro Herrera 732a1fd1d0 Don't add a shared dependency on the owner of a composite type in pg_class. 20 years ago
Tom Lane 2206b498d8 Simplify ParamListInfo data structure to support only numbered parameters, 20 years ago
Tom Lane b5498a26de Add some optional code (conditionally compiled under #ifdef LWLOCK_STATS) 20 years ago
Tom Lane efe222268f Eliminate some no-longer-needed workarounds for palloc's old behavior 20 years ago
Bruce Momjian ea6d54ee06 Add "retry another address" log message on statistics collector socket 20 years ago
Tom Lane eac825aa68 Ensure that we validate the page header of the first page of a WAL file 20 years ago
Tom Lane cc7eab38dd Recognize __ppc64__, which seems to be Apple's spelling of the predefined 20 years ago
Bruce Momjian 5d096d0127 Fix problem that sscanf(buf, "%d", &val) eats leading white space, but 20 years ago
Tom Lane 04ca4caa81 Remove use of lorder and tsort while building static libraries. There's 20 years ago
Tom Lane 8f52496a05 Fix ancient memory leak in PQprintTuples(); our code no longer uses this 20 years ago
Tom Lane 3224f2ee25 Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. 20 years ago
Bruce Momjian e37a649e94 C code whitespace inprovement for formatting.c. 20 years ago
Bruce Momjian 5bd59b9c0a Document that errors are not output by log_statement (was they were in 20 years ago
Tom Lane 0a87394956 Fix the torn-page hazard for PITR base backups by forcing full page writes 20 years ago
Tom Lane 3651a3e6fb Support the syntax 20 years ago
Tom Lane defe93463c Make the world safe for full_page_writes. Allow XLOG records that try to 20 years ago
Tom Lane 0fcc3c2f1d Repair a low-probability race condition identified by Qingqing Zhou. 20 years ago
Tom Lane cc39aca7d4 Fix similar_escape() so that SIMILAR TO works properly for patterns involving 20 years ago
Tom Lane 49a7610c36 Fix an ancient oversight in btree xlog replay. When trying to determine if an 20 years ago
Tom Lane 3ef151e0b7 Fix pg_restore -n option to do what the man page says it does. The 20 years ago
Neil Conway 6d06003fbf Fix typo. 20 years ago
Tom Lane 2f9b3ef7be Suppress unused-variable warning on platforms without HAVE_SYSLOG. 20 years ago
Tom Lane 848692131a Fix another const-decoration mismatch, per Magnus. 20 years ago
Bruce Momjian a894a83381 Add comment for why we recompile pgport C files. 20 years ago
Tom Lane 513ec43ebd Suppress a couple of minor compiler warnings, per Magnus. 20 years ago
Tom Lane a81e281636 Revert my best_inner_indexscan patch of yesterday, which turns out to have 20 years ago
Tom Lane 898eb25431 Fix best_inner_indexscan to actually enforce that an "inner indexscan" use 20 years ago
Tom Lane c6e81aeef3 Fix EXPLAIN so that it can drill down through multiple levels of subplan 20 years ago
Tom Lane 74bdf965a6 Fix pg_dumpall to do something sane when a pre-8.1 installation has 20 years ago
Tom Lane 2f8a7bf290 Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its 20 years ago
Tom Lane 0914ae1c14 Remove the pgstats logic for delaying destruction of stats table entries. 20 years ago
Peter Eisentraut 0bc2a8ca65 Build src/test/regress/README during tarball making like the other 20 years ago
Tom Lane 7fdb4305db Fix a bunch of problems with domains by making them use special input functions 20 years ago
Peter Eisentraut 89a67e523e When merging PO files, take into consideration translations in other PO 20 years ago
Tom Lane 09b5271ebd Add a field to the first page of each WAL file to indicate the 20 years ago
Tom Lane e6140d9052 Don't use BLCKSZ for the physical length of the pg_control file, but 20 years ago
Tom Lane 147d4bf3e5 Modify all callers of datatype input and receive functions so that if these 20 years ago
Tom Lane eaef111396 Define a separately configurable XLOG_BLCKSZ symbol for the page size 20 years ago
Tom Lane c9a2b6d4ca Fix thinko in gistRedoPageUpdateRecord: if XLR_BKP_BLOCK_1 is set, we 20 years ago
Teodor Sigaev 8d02b15e33 Eliminate ajust scan code. Since concurrent GiST it doesn't 20 years ago
Neil Conway 7815ca7bef Rewrite much of psql's \connect code, for the sake of code clarity and 20 years ago