Commit Graph

22527 Commits (382808612cb15bd90b53b665602c85bcdd3ab9e6)
 

Author SHA1 Message Date
Andrew Dunstan 39ec43a271 Revert getaddrinfo configure changes until we get a solution that is 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
Bruce Momjian 9e0eff05ca Update AIX FAQ to show readline options more clearly. 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
Peter Eisentraut c8c864c261 Put flex'ed and bison'ed files in contrib in the distribution tarball, as 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
Teodor Sigaev cdfecf6e3e Minor cleanups 20 years ago
Teodor Sigaev 7f129956e1 Detoast query in g_intbig_consistent and copy query in g_int_consistent 20 years ago
Bruce Momjian ef524d1775 Add to qsort TODO.detail. 20 years ago
Bruce Momjian 97ae541cf4 Update for max row size. 20 years ago
Bruce Momjian 713cc92531 Update max row size to 400gb, per Tom. 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
Neil Conway d73336f8f4 Correct some errors and do some SGML police work on the reference pages 20 years ago
Neil Conway a619e068d3 Minor improvement to DROP TABLE reference page. 20 years ago
Bruce Momjian 0220282266 Add recent /port/qsort comparison discussion. 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
Tom Lane 19956e0d53 Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 20 years ago
Tom Lane a3f0b3d68f Improve performance of our private version of qsort. Per recent testing, 20 years ago
Neil Conway 570b726533 Minor refactoring: initialize_SSL() only returns 0, so it should return 20 years ago
Alvaro Herrera c4826cf0b0 Merge the loading of shared object descriptions with regular descriptions, 20 years ago
Bruce Momjian af00c04c42 Fix psql history handling: 20 years ago
Bruce Momjian 3b7e2b140e Update comment that pgNotify.be_pid is pid of the notifying server process. 20 years ago
Neil Conway a323ede280 Fix a few places that were checking for the return value of palloc() to be 20 years ago
Tom Lane 381cb046ed Adjust join_1.out to match Windows behavior for new mergejoin regression 20 years ago
Neil Conway a5dba02359 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 20 years ago
Tom Lane b3358e2642 Fix bug introduced into mergejoin logic by performance improvement patch of 20 years ago
Peter Eisentraut 5094f99830 Document long names for format options (plain, tar, custom). They already 20 years ago
Michael Meskes 0941a8901b Fixed bug 2330: Wrong error code in case of a duplicate key 20 years ago