Commit Graph

50908 Commits (2c0cefcd18161549e9e8b103f46c0f65fca84d99)
 

Author SHA1 Message Date
Michael Paquier 2c0cefcd18 Set libcrypto callbacks for all connection threads in libpq 5 years ago
Peter Geoghegan 3f0daeb02f Doc: B-Tree only has one additional parameter. 5 years ago
Thomas Munro 049d9b872d Improve comment for struct BufferDesc. 5 years ago
Bruce Momjian 2950ff32f3 tutorial: land height is "elevation", not "altitude" 5 years ago
Peter Geoghegan 5f8727f5a6 VACUUM ANALYZE: Always update pg_class.reltuples. 5 years ago
Peter Geoghegan 9f3665fbfc Don't consider newly inserted tuples in nbtree VACUUM. 5 years ago
Bruce Momjian 845ac7f847 C comments: improve description of GiST NSN and GistBuildLSN 5 years ago
Thomas Munro d87251048a Replace buffer I/O locks with condition variables. 5 years ago
Tom Lane c3ffe34863 Avoid creating duplicate cached plans for inherited FK constraints. 5 years ago
Tom Lane b12436340a Doc: get rid of <foreignphrase> tags. 5 years ago
Tom Lane 227338b00d Doc: improve introductory information about procedures. 5 years ago
Tom Lane 3ebc6d2957 Doc: fix missing mention of procedure OUT parameters. 5 years ago
Peter Eisentraut bbaf315309 Add bound check before bsearch() for performance 5 years ago
Thomas Munro c427de427a Fix another portability bug in recent pgbench commit. 5 years ago
Thomas Munro 68b34b2338 Try to fix portability bugs in recent pgbench commits. 5 years ago
Peter Eisentraut 1657b37d7c Small debug message tweak 5 years ago
Michael Paquier 6c788d9f6a Move tablespace path re-creation from the makefiles to pg_regress 5 years ago
Thomas Munro aeb57af8e6 pgbench: Synchronize client threads. 5 years ago
Thomas Munro 44bf3d5083 Add missing pthread_barrier_t. 5 years ago
Thomas Munro 547f04e734 pgbench: Improve time logic. 5 years ago
Thomas Munro b1d6a8f868 pgbench: Refactor thread portability support. 5 years ago
Amit Kapila e4e87a32cc Fix valgrind issue in commit 05c8482f7f. 5 years ago
Amit Kapila 05c8482f7f Enable parallel SELECT for "INSERT INTO ... SELECT ...". 5 years ago
Michael Paquier 0ba71107ef Revert changes for SSL compression in libpq 5 years ago
Alexander Korotkov 6540cc517d Fix vague comment in jsonb documentation 5 years ago
Peter Eisentraut 14d9b37607 libpq: Remove deprecated connection parameters authtype and tty 5 years ago
Michael Paquier 096bbf7c93 Switch back sslcompression to be a normal input field in libpq 5 years ago
Fujii Masao ff99918c62 Track total amounts of times spent writing and syncing WAL data to disk. 5 years ago
Michael Paquier 9d2d457009 Add support for more progress reporting in COPY 5 years ago
Michael Paquier f9264d1524 Remove support for SSL compression 5 years ago
Tom Lane d4545dc19b Complain if a function-in-FROM returns a set when it shouldn't. 5 years ago
Tom Lane fed10d4eec Properly mark pg_stat_get_subscription() as returning a set. 5 years ago
Tom Lane 5c06abb9b9 Validate the OID argument of pg_import_system_collations(). 5 years ago
Tom Lane 6c20bdb2a2 Further tweak memory management for regex DFAs. 5 years ago
Amit Kapila 8a812e5106 Track replication origin progress for rollbacks. 5 years ago
Peter Eisentraut f9a0392e1c Add bit_xor aggregate function 5 years ago
Magnus Hagander 30b26dfac7 Clarify that CREATEROLE roles are considered Administrators 5 years ago
Tom Lane 1265a9c8f8 Add binary I/O capability for cube datatype. 5 years ago
Magnus Hagander e045565dae Improve docs on updatable views 5 years ago
Michael Paquier f1516ad7b3 pgbench: Simplify some port, host, user and dbname assignments 5 years ago
Tom Lane 0ce4cd04da Doc: remove obsolete entries in table of BRIN strategy numbers. 5 years ago
Tom Lane 112d411fbe Remove deprecated containment operators for contrib types. 5 years ago
Michael Paquier 8a8f4d8ede doc: Add backlinks to progress reporting documentation 5 years ago
Michael Paquier 5bca69a76b Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts 5 years ago
Andrew Dunstan d3676a2e9f Close psql processes gracefully in recovery tests 5 years ago
Peter Eisentraut 040af77938 pg_upgrade: Fix oversight in version checking 5 years ago
Fujii Masao 4a4241e15b Remove redundant getenv() for PGUSER, in psql help. 5 years ago
Heikki Linnakangas 85d94c5753 Avoid extra newline in errors received in FE protocol version 2. 5 years ago
Heikki Linnakangas 3174d69fb9 Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
Tom Lane 0a687c8f10 Add trim_array() function. 5 years ago