summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add a \getenv command to psql.Tom Lane2021-12-203-0/+65
* Add fast path for validating UTF-8 textJohn Naylor2021-12-204-0/+570
* pg_dump: Refactor getIndexes()Peter Eisentraut2021-12-201-75/+44
* doc: More documentation on regular expressions and SQL standardPeter Eisentraut2021-12-201-5/+5
* Remove some more dead code in pg_dump.Tom Lane2021-12-192-119/+25
* Fix typo in TAP tests of pg_receivewalMichael Paquier2021-12-181-1/+1
* Add option -N/--no-sync to pg_upgradeMichael Paquier2021-12-185-8/+21
* Fix the public schema's permissions in a separate test script.Tom Lane2021-12-175-8/+12
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-177-29/+19
* Ensure casting to typmod -1 generates a RelabelType.Tom Lane2021-12-163-1/+61
* Remove psql support for server versions preceding 9.2.Tom Lane2021-12-165-815/+261
* Clean up some more freshly-dead code in pg_dump and pg_upgrade.Tom Lane2021-12-167-192/+62
* Change ProcSendSignal() to take pgprocno.Thomas Munro2021-12-168-64/+23
* Always use ReleaseTupleDesc after lookup_rowtype_tupdesc et al.Tom Lane2021-12-155-7/+10
* Remove pg_dump's --no-synchronized-snapshots switch.Tom Lane2021-12-152-10/+2
* pg_checksums: Fix data typePeter Eisentraut2021-12-151-2/+2
* Improve parallel vacuum implementation.Amit Kapila2021-12-152-318/+288
* Adjust behavior of some env settings for the TAP tests of MSVCMichael Paquier2021-12-151-7/+7
* Remove pg_upgrade support for upgrading from pre-9.2 servers.Tom Lane2021-12-148-211/+42
* Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.Tom Lane2021-12-144-1747/+412
* Improve sift up/down code in binaryheap.c and logtape.c.Tom Lane2021-12-142-61/+63
* Fix datatype confusion in logtape.c's right_offset().Tom Lane2021-12-141-2/+2
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-141-1/+0
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-137-175/+1
* Implement poly_distance().Tom Lane2021-12-132-11/+120
* isolationtester: append session name to application_name.Andres Freund2021-12-133-16/+37
* Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on windows.Andres Freund2021-12-132-1/+13
* Remove InitXLOGAccess().Robert Haas2021-12-134-64/+22
* Default to log_checkpoints=on, log_autovacuum_min_duration=10mRobert Haas2021-12-135-8/+8
* Fix alignment in multirange_get_range() functionAlexander Korotkov2021-12-135-12/+23
* Improve description of some WAL records with transaction commandsMichael Paquier2021-12-131-4/+28
* Create a new type category for "internal use" types.Tom Lane2021-12-114-10/+11
* Move test for BRIN HOT behavior to stats.sqlTomas Vondra2021-12-114-97/+103
* Check for STATUS_DELETE_PENDING on Windows.Thomas Munro2021-12-107-209/+171
* Fix some typos with {a,an}Michael Paquier2021-12-094-6/+6
* Fix double publish of child table's data.Amit Kapila2021-12-094-31/+40
* Standardize cleanup lock terminology.Peter Geoghegan2021-12-089-96/+108
* Revert "Check that we have a working tar before trying to use it"Andrew Dunstan2021-12-081-2/+4
* Check that we have a working tar before trying to use itAndrew Dunstan2021-12-081-1/+2
* Allow specifying column list for foreign key ON DELETE SET actionsPeter Eisentraut2021-12-0818-65/+493
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-081-1/+1
* Fix changing the ownership of ALL TABLES IN SCHEMA publication.Amit Kapila2021-12-085-0/+68
* De-duplicate the result of pg_publication_tables view.Amit Kapila2021-12-083-0/+16
* Improve parsing of options of CREATE/ALTER SUBSCRIPTIONMichael Paquier2021-12-083-42/+35
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-084-6/+905
* Enable settings used in TAP tests for MSVC buildsAndrew Dunstan2021-12-071-0/+15
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-071-1/+3
* Update snowballPeter Eisentraut2021-12-0797-3181/+2961
* Account for TOAST data while scheduling parallel dumps.Tom Lane2021-12-062-9/+27
* Use PREPARE/EXECUTE for repetitive per-object queries in pg_dump.Tom Lane2021-12-062-366/+532