aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix ICU collation use on WindowsPeter Eisentraut2017-06-16
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* Reconcile nodes/*funcs.c with PostgreSQL 10 work.Noah Misch2017-06-16
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* Rename function for consistencyAlvaro Herrera2017-06-15
* psql: Improve display of "for all tables" publicationsPeter Eisentraut2017-06-15
* Fix typo in code commentPeter Eisentraut2017-06-15
* Remove unnecessary IPC::Run inclusionPeter Eisentraut2017-06-15
* Fix problems related to RangeTblEntry members enrname and enrtuples.Robert Haas2017-06-14
* Don't force-assign transaction id when exporting a snapshot.Andres Freund2017-06-14
* Use DEFACLOBJ_ macros in error message instead of hardcodingPeter Eisentraut2017-06-14
* Add missing serial commaPeter Eisentraut2017-06-14
* Teach predtest.c about CHECK clauses to fix partitioning bugs.Robert Haas2017-06-14
* Avoid bogus TwoPhaseState locking sequencesAlvaro Herrera2017-06-14
* Put documentation of options and commands in more alphabetical orderPeter Eisentraut2017-06-14
* Fix no-longer-valid shortcuts in expression_returns_set().Tom Lane2017-06-14
* Fix violations of CatalogTupleInsert/Update/Delete abstraction.Tom Lane2017-06-14
* Teach PL/pgSQL about partitioned tables.Dean Rasheed2017-06-14
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-14
* Disallow set-returning functions inside CASE or COALESCE.Tom Lane2017-06-13
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-13
* Re-run pgindent.Tom Lane2017-06-13
* Always initialize PartitionBoundInfoData's null_index.Robert Haas2017-06-13
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-13
* libpq: Message style improvementsPeter Eisentraut2017-06-13
* Fix failure to remove dependencies when a partition is detached.Robert Haas2017-06-13
* In initdb, defend against assignment of NULL values to not-null columns.Tom Lane2017-06-13
* Fix typoPeter Eisentraut2017-06-13
* Improve code commentsPeter Eisentraut2017-06-13
* Use correct ICU path for Windows 32 vs. 64 bitPeter Eisentraut2017-06-13
* Fix collprovider of predefined collationsPeter Eisentraut2017-06-13
* pg_dump: Allow dumping default collationPeter Eisentraut2017-06-13
* Prevent copying default collationPeter Eisentraut2017-06-13
* Fix confusion about number of subplans in partitioned INSERT setup.Tom Lane2017-06-12
* pg_dump: Fix harmless type mixupPeter Eisentraut2017-06-12
* Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane2017-06-12
* Fix ALTER SEQUENCE OWNED BY to not rewrite the sequence relation.Tom Lane2017-06-12
* Add ICU_CFLAGS to global CPPFLAGSPeter Eisentraut2017-06-12
* Remove "synchronized table states" notice messagePeter Eisentraut2017-06-12
* Add MSVC build system support for ICUPeter Eisentraut2017-06-12
* Fix build of ICU support in WindowsPeter Eisentraut2017-06-12
* Stop table sync workers when subscription relation entry is removedPeter Eisentraut2017-06-12
* Handle unqualified SEQUENCE NAME options properly in parse_utilcmd.c.Tom Lane2017-06-11
* Apply RLS policies to partitioned tables.Joe Conway2017-06-11
* Take PROVE_FLAGS from the command line but not the environmentAndrew Dunstan2017-06-10
* Silence warning about uninitialized 'ret' variable on some compilers.Heikki Linnakangas2017-06-09
* Formatting improvements in config file samplesPeter Eisentraut2017-06-09
* Update code commentsPeter Eisentraut2017-06-09
* Fix typoPeter Eisentraut2017-06-09
* psql: Update tab completion for ALTER SUBSCRIPTIONPeter Eisentraut2017-06-09