aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix fuzzy thinking about amcanmulticol versus amcaninclude.Tom Lane2020-11-15
* doc: wire protocol data type for history file content is byteaBruce Momjian2020-11-12
* Remove duplicate code in brin_memtuple_initializeTomas Vondra2020-11-11
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Translation updatesPeter Eisentraut2020-11-09
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Revert "Accept relations of any kind in LOCK TABLE".Tom Lane2020-11-06
* Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane2020-11-05
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Allow users with BYPASSRLS to alter their own passwords.Tom Lane2020-11-03
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Reproduce debug_query_string==NULL on parallel workers.Noah Misch2020-10-31
* Fix use-after-free bug with event triggers and ALTER TABLE.Tom Lane2020-10-27
* Accept relations of any kind in LOCK TABLEAlvaro Herrera2020-10-27
* Fix ALTER TABLE .. ENABLE/DISABLE TRIGGER recursionAlvaro Herrera2020-10-20
* Avoid invalid alloc size error in shm_mqPeter Eisentraut2020-10-20
* Relax some asserts in merge join costing codeDavid Rowley2020-10-20
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* llvmjit: Also copy parameter / return value attributes from template functions.Andres Freund2020-10-15
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2020-10-15
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-12
* Fix optimization hazard in gram.y's makeOrderedSetArgs(), redux.Tom Lane2020-10-07
* Fix two latent(?) bugs in equivclass.c.Tom Lane2020-10-05
* Reword partitioning error messageAlvaro Herrera2020-09-30
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-30
* Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao2020-09-29
* Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane2020-09-26
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Avoid possible dangling-pointer access in tsearch_readline_callback.Tom Lane2020-09-23
* Fix whitespacePeter Eisentraut2020-09-20
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Use the properly transformed RangeVar for expandTableLikeClause().Tom Lane2020-09-13
* Use _exit(2) for SIGQUIT during ProcessStartupPacket, too.Tom Lane2020-09-10
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-10
* Make archiver's SIGQUIT handler exit via _exit().Tom Lane2020-09-09
* Fix misleading error message about inconsistent moving-aggregate types.Tom Lane2020-09-06
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Avoid lockup of a parallel worker when reporting a long error message.Tom Lane2020-09-03
* Raise error on concurrent drop of partitioned indexAlvaro Herrera2020-09-01
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Avoid pushing quals down into sub-queries that have grouping sets.Tom Lane2020-08-22
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Move new LOCKTAG_DATABASE_FROZEN_IDS to end of enum LockTagType.Noah Misch2020-08-15
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14