aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* pageinspect: Support hash indexes.Robert Haas2017-02-02
* Add KOI8-U map files to Makefile.Heikki Linnakangas2017-02-02
* Silence compiler warning.Heikki Linnakangas2017-02-02
* Don't count background workers against a user's connection limit.Andrew Dunstan2017-02-01
* Fix CatalogTupleInsert/Update abstraction for case of shared indstate.Tom Lane2017-02-01
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Refactor other replication commands to use DestRemoteSimple.Robert Haas2017-02-01
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-01
* Don't create "holes" in BufFiles, in the new logtape code.Heikki Linnakangas2017-02-01
* Small fixes to the Perl scripts to create unicode conversion tables.Heikki Linnakangas2017-02-01
* Move comment about test slightly closer to test.Robert Haas2017-01-31
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Simplify some long-obsolete code in hba.c's next_token().Tom Lane2017-01-30
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Remove leftover reference to "indirect blocks" in comment.Heikki Linnakangas2017-01-30
* Handle ALTER EXTENSION ADD/DROP with pg_init_privsStephen Frost2017-01-29
* Refactor bitmap heap scan estimation of heap pages fetched.Robert Haas2017-01-27
* Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane2017-01-27
* Improve comments about ProcessUtility's queryString parameter.Tom Lane2017-01-27
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-26
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Fill in no_priv_msg for publications and subscriptionsPeter Eisentraut2017-01-26
* Check interrupts during hot standby waitsSimon Riggs2017-01-26
* Add object_address tests for publications and subscriptionsPeter Eisentraut2017-01-26
* Reset hot standby xmin on master after restartSimon Riggs2017-01-26
* Ensure that a tsquery like '!foo' matches empty tsvectors.Tom Lane2017-01-26
* Fix typo: pg_statistics -> pg_statisticPeter Eisentraut2017-01-25
* Introduce convenience macros to hide JsonbContainer header accesses better.Tom Lane2017-01-25
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Close replication connection when slot creation errorsPeter Eisentraut2017-01-25
* Remove vestigial resolveUnknown arguments from transformSortClause etc.Tom Lane2017-01-25
* Make UNKNOWN into an actual pseudo-type.Tom Lane2017-01-25
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Be more aggressive in avoiding tuple conversion.Robert Haas2017-01-24
* Add a SHOW command to the replication command language.Robert Haas2017-01-24
* Add a new DestReceiver for printing tuples without catalog access.Robert Haas2017-01-24
* Extend index AM API for parallel index scans.Robert Haas2017-01-24
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Set ecxt_scantuple correctly for tuple routing.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Remove unused variable.Robert Haas2017-01-24
* Don't invoke arbitrary code inside a possibly-aborted transaction.Robert Haas2017-01-24
* Fix interaction of partitioned tables with BulkInsertState.Robert Haas2017-01-24
* Be sure to release the lock on failure to launch logical replication worker.Fujii Masao2017-01-24
* Fix comments in StrategyNotifyBgWriter().Tatsuo Ishii2017-01-24
* Fix parallel make issue with new fmgrprotos.hPeter Eisentraut2017-01-23
* Fix default minimum value for descending sequencesPeter Eisentraut2017-01-23
* Don't error when no system locales were foundPeter Eisentraut2017-01-23
* Fix NULL pointer access in logical replication workersPeter Eisentraut2017-01-23