Commit Graph

16309 Commits (bf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99)

Author SHA1 Message Date
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
Tom Lane 23a1f015e5 Adjust interval-addition test so that it won't fail on DST transition days. 20 years ago
Peter Eisentraut f7ae90041e Update information schema for SQL:2003 and new PostgreSQL features. 20 years ago
Alvaro Herrera 643b022bed Add tab-completion for REASSIGN OWNED BY and DROP OWNED BY. Also fix some 20 years ago
Tom Lane 89bda95d82 Remove the 'slow' path for btree index build, which built the btree 20 years ago
Tom Lane a8b8f4db23 Clean up WAL/buffer interactions as per my recent proposal. Get rid of the 20 years ago
Tom Lane 89395bfa6f Improve gist XLOG code to follow the coding rules needed to prevent 20 years ago
Tom Lane 4243f2387a Suppress attempts to report dropped tables to the stats collector from a 20 years ago
Andrew Dunstan bee34e9930 Fix bad SQL, per Stefan Kaltenbrunner. 20 years ago
Tom Lane 6d61cdec07 Clean up and document the API for XLogOpenRelation and XLogReadBuffer. 20 years ago
Tom Lane 2154e1c11e TablespaceCreateDbspace should function normally even on platforms that do not 20 years ago
Tom Lane 0a971e2f20 Disable full_page_writes, because turning it off risks causing crash-recovery 20 years ago
Tom Lane 288551fc60 Repair longstanding error in btree xlog replay: XLogReadBuffer should be 20 years ago
Tom Lane 4e7d10c7cd Comments in IndexBuildHeapScan describe the indexing of recently-dead 20 years ago
Tom Lane 0a20207060 Arrange to emit a description of the current XLOG record as error context 20 years ago
Tom Lane 4fb92718be Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 20 years ago