Commit Graph

50675 Commits (fe61df7f82aa6e0879476146dbe1da9c89b4946b)
 

Author SHA1 Message Date
Michael Paquier fe61df7f82 Introduce --with-ssl={openssl} as a configure option 5 years ago
Tom Lane 7c5d57caed Fix portability issue in new jsonbsubs code. 5 years ago
Alexander Korotkov aa6e46daf5 Throw error when assigning jsonb scalar instead of a composite object 5 years ago
Alexander Korotkov 81fcc72e66 Filling array gaps during jsonb subscripting 5 years ago
Alexander Korotkov 676887a3b0 Implementation of subscripting for jsonb 5 years ago
Peter Geoghegan dc43492e46 Remove unused _bt_delitems_delete() argument. 5 years ago
Alexander Korotkov 0c4f355c6a Fix parsing of complex morphs to tsquery 5 years ago
Peter Eisentraut dfb75e478c Add primary keys and unique constraints to system catalogs 5 years ago
Peter Eisentraut 6533062244 doc: Clarify status of SELECT INTO on reference page 5 years ago
Peter Eisentraut 6aaaa76bb4 Allow GRANTED BY clause in normal GRANT and REVOKE statements 5 years ago
Noah Misch 7da83415e5 Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE. 5 years ago
Noah Misch 360bd2321b Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables. 5 years ago
Noah Misch 8a54e12a38 Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions. 5 years ago
Fujii Masao f77717b298 postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS. 5 years ago
Tom Lane f743a2bbd4 Doc: improve cross-references for SET/SHOW. 5 years ago
Alexander Korotkov b41645460a Document behavior of the .** jsonpath accessor in the lax mode 5 years ago
Peter Eisentraut 2592be8be5 Fix typo 5 years ago
Michael Paquier 2a5862f013 doc: Improve wording of section for repslot statistics 5 years ago
Michael Paquier 24843297a9 Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace() 5 years ago
Thomas Munro 5c6d184213 Remove documentation of waiting restore_command. 5 years ago
Thomas Munro 514b411a2b Retire pg_standby. 5 years ago
Tom Lane 1046dbedde Silence another gcc 11 warning. 5 years ago
Alvaro Herrera 6f5c8a8ec2
Remove bogus restriction from BEFORE UPDATE triggers 5 years ago
Tom Lane 1d9351a87c Fix hash partition pruning with asymmetric partition sets. 5 years ago
Tom Lane 1b242f42ba Make ecpg's rjulmdy() and rmdyjul() agree with their declarations. 5 years ago
Alvaro Herrera 6819b9042f
pgbench: Remove dead code 5 years ago
Peter Eisentraut b034ef9b37 Remove gratuitous uses of deprecated SELECT INTO 5 years ago
Heikki Linnakangas 6c5576075b Add direct conversion routines between EUC_TW and Big5. 5 years ago
Heikki Linnakangas b80e10638e Add mbverifystr() functions specific to each encoding. 5 years ago
Andrew Gierth a3367aa3c4 Don't add bailout adjustment for non-strict deserialize calls. 5 years ago
Michael Paquier bca96ddab5 Fix crash of pg_stat_statements_info() without library loaded 5 years ago
Michael Paquier f854c69a5b Refactor SQL functions of SHA-2 in cryptohashfuncs.c 5 years ago
Peter Geoghegan e19594c5c0 Reduce the default value of vacuum_cost_page_miss. 5 years ago
Robert Haas 69059d3b2f In TrimCLOG(), don't reset XactCtl->shared->latest_page_number. 5 years ago
Robert Haas 0fcc2decd4 In clog_redo(), don't set XactCtl->shared->latest_page_number. 5 years ago
Tom Lane 662affcfe9 Doc: improve documentation for UNNEST(). 5 years ago
Robert Haas 1f113abdf8 Move StartupCLOG() calls to just after we initialize ShmemVariableCache. 5 years ago
Peter Geoghegan e42b3c3bd6 Fix GiST index deletion assert issue. 5 years ago
Michael Paquier 32bef75829 doc: Remove reference to views for TRUNCATE privilege 5 years ago
Michael Paquier 4c9c359d38 Refactor code in tablecmds.c to check and process tablespace moves 5 years ago
Tom Lane d5a83d79c9 Rethink recently-added SPI interfaces. 5 years ago
Tom Lane 7292fd8f1c Suppress compiler warnings from commit ee895a655. 5 years ago
Tom Lane f76a85000b Code review for psql's helpSQL() function. 5 years ago
Michael Paquier 7b4c660466 Fix memory leak when deallocating prepared statement in postgres_fdw 5 years ago
Fujii Masao 0c3fc09fe3 postgres_fdw: Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS 5 years ago
Fujii Masao 6adc5376dc postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all(). 5 years ago
Fujii Masao 411ae64997 postgres_fdw: Add functions to discard cached connections. 5 years ago
Tom Lane ee895a655c Improve performance of repeated CALLs within plpgsql procedures. 5 years ago
Andres Freund 55ef8555f0 Fix two typos in snapbuild.c. 5 years ago
Tom Lane 881933f194 Don't clobber the calling user's credentials cache in Kerberos test. 5 years ago