]> granicus.if.org Git - postgresql/history - src/backend
Message translatability fixes
[postgresql] / src / backend /
2017-08-25 Tom LaneCode review for pushing LIMIT through subqueries.
2017-08-25 Andres FreundConsolidate the function pointer types used by dshash.c.
2017-08-24 Andres FreundFix unlikely shared memory leak after failure in dshash...
2017-08-24 Andres FreundFix harmless thinko in dsa.c.
2017-08-23 Peter EisentrautFix outdated comment
2017-08-23 Peter EisentrautImprove plural handling in error message
2017-08-23 Peter EisentrautTweak some SCRAM error messages and code comments
2017-08-23 Peter EisentrautFix translation marker
2017-08-23 Andres FreundHash tables backed by DSA shared memory.
2017-08-22 Andres FreundRefactor typcache.c's record typmod hash table.
2017-08-21 Peter EisentrautDon't install ICU collation keyword variants
2017-08-21 Peter EisentrautExpand set of predefined ICU locales
2017-08-21 Robert HaasPush limit through subqueries to underlying sort, where...
2017-08-21 Robert Haaspg_prewarm: Add automatic prewarm feature.
2017-08-21 Noah MischInject $(ICU_LIBS) regardless of platform.
2017-08-20 Andres FreundPartially flatten struct tupleDesc so that it can be...
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-19 Peter EisentrautFix creation of ICU comments for keyword variants
2017-08-18 Robert HaasFix interaction of triggers, partitioning, and EXPLAIN...
2017-08-17 Robert HaasDon't lock tables in RelationGetPartitionDispatchInfo.
2017-08-17 Robert HaasRefactor validation of new partitions a little bit.
2017-08-17 Robert HaasAttempt to clarify comments related to force_parallel_mode.
2017-08-17 Tom LaneFix ExecReScanGatherMerge.
2017-08-17 Tom LaneAdd missing "static" marker.
2017-08-16 Heikki LinnakangasFix pg_atomic_u64 initialization.
2017-08-16 Tom LaneMake the planner assume that the entries in a VALUES...
2017-08-16 Heikki LinnakangasFix shm_toc.c to always return buffer-aligned memory.
2017-08-16 Peter EisentrautCorrect representation of foreign tables in information...
2017-08-16 Heikki LinnakangasUse atomic ops to hand out pages to scan in parallel...
2017-08-16 Heikki LinnakangasRemove dedicated B-tree root-split record types.
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-08-16 Peter EisentrautInitialize replication_slot_catalog_xmin in procarray
2017-08-15 Peter EisentrautInclude foreign tables in information_schema.table_priv...
2017-08-15 Alvaro HerreraSimplify autovacuum work-item implementation
2017-08-15 Peter EisentrautFix logical replication protocol comparison logic
2017-08-15 Peter EisentrautSimplify some code in logical replication launcher
2017-08-15 Tom LaneAvoid out-of-memory in a hash join with many duplicate...
2017-08-15 Alvaro HerreraFix error handling path in autovacuum launcher
2017-08-15 Robert HaasAssorted preparatory refactoring for partition-wise...
2017-08-15 Tom LaneSimplify plpgsql's check for simple expressions.
2017-08-15 Tom LaneDistinguish wait-for-connection from wait-for-write...
2017-08-15 Robert HaasTeach adjust_appendrel_attrs(_multilevel) to do multipl...
2017-08-15 Robert HaasAvoid unnecessary single-child Append nodes.
2017-08-15 Robert HaasAdd missing call to ExecReScanGatherMerge.
2017-08-14 Tom LaneFinal pgindent + perltidy run for v10.
2017-08-14 Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-14 Peter EisentrautFix typo
2017-08-13 Tom LaneRemove AtEOXact_CatCache().
2017-08-13 Alvaro HerreraReword comment for clarity
2017-08-11 Peter EisentrautRemove uses of "slave" in replication contexts
2017-08-10 Robert HaasImprove the error message when creating an empty range...
2017-08-10 Robert HaasRemove incorrect assertion in clog.c
2017-08-09 Tom LaneFix handling of container types in find_composite_type_...
2017-08-08 Tom LaneFix datumSerialize infrastructure to not crash on non...
2017-08-08 Alvaro HerreraReword some unclear comments
2017-08-08 Alvaro HerreraFix typo in comment
2017-08-08 Alvaro HerreraFix replication origin-related race conditions
2017-08-08 Alvaro HerreraFix inadequacies in recently added wait events
2017-08-07 Peter EisentrautUpdate SQL features list
2017-08-07 Peter EisentrautTranslation updates
2017-08-07 Peter EisentrautFix local/remote attribute mix-up in logical replication
2017-08-07 Peter EisentrautFix handling of dropped columns in logical replication
2017-08-07 Tom LaneRequire update permission for the large object written...
2017-08-07 Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07 Heikki LinnakangasDon't allow logging in with empty password.
2017-08-07 Peter EisentrautFix function name in code comment
2017-08-07 Peter EisentrautImprove wording of subscription refresh debug messages
2017-08-07 Peter EisentrautDowngrade subscription refresh messages to DEBUG1
2017-08-06 Andres FreundFix thinko introduced in 2bef06d516460 et al.
2017-08-05 Tom LaneSuppress unused-variable warnings when building with...
2017-08-05 Robert HaasMake pg_stop_backup's wait_for_archive flag work on...
2017-08-05 Peter EisentrautAdd support for ICU 4.2
2017-08-05 Robert HaasFix bug in deciding whether to scan newly-attached...
2017-08-05 Peter EisentrautOnly kill sync workers at commit time in subscription DDL
2017-08-04 Robert Haashash: Immediately after a bucket split, try to clean...
2017-08-04 Tom LaneApply ALTER ... SET NOT NULL recursively in ALTER ...
2017-08-04 Tom LaneDisallow SSL session tickets.
2017-08-04 Peter EisentrautFurther unify ROLE and USER command grammar rules
2017-08-03 Robert HaasFix lock upgrade hazard in ATExecAttachPartition.
2017-08-03 Robert HaasCode beautification for ATExecAttachPartition.
2017-08-03 Robert HaasAllow a foreign table CHECK constraint to be initially...
2017-08-03 Robert HaasImprove ExecModifyTable comments.
2017-08-03 Robert HaasTeach map_partition_varattnos to handle whole-row expre...
2017-08-02 Tom LaneRemove broken and useless entry-count printing in HASH_...
2017-08-02 Peter EisentrautGet a snapshot before COPY in table sync
2017-08-02 Tom LaneRemove duplicate setting of SSL_OP_SINGLE_DH_USE option.
2017-08-02 Peter EisentrautFix OBJECT_TYPE/OBJECT_DOMAIN confusion
2017-08-01 Tom LaneSecond try at getting useful errors out of newlocale...
2017-08-01 Tom LaneTry to deliver a sane message for _create_locale()...
2017-08-01 Tom LaneAllow creation of C/POSIX collations without depending...
2017-08-01 Dean RasheedComment fix for partition_rbound_cmp().
2017-07-31 Peter EisentrautFix typo
2017-07-31 Heikki LinnakangasAlways use 2048 bit DH parameters for OpenSSL ephemeral...
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31 Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-07-26 Alvaro HerreraUpdate copyright in recently added files
2017-07-26 Alvaro HerreraFix concurrent locking of tuple update chain
next