summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-18Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane
2016-04-18Fix typo in docs.Fujii Masao
2016-04-18doc: Document that sequences can also be extension configuration tablesPeter Eisentraut
2016-04-17Avoid code duplication in \crosstabview.Tom Lane
2016-04-16Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.Tom Lane
2016-04-16doc: Change some "user" to "role" for consistency in the sectionPeter Eisentraut
2016-04-16doc: Markup improvementPeter Eisentraut
2016-04-16Disallow creation of indexes on system columns (except for OID).Tom Lane
2016-04-16In recordExtensionInitPriv(), keep the scan til we're done with itStephen Frost
2016-04-16doc: Add missing parenthesesPeter Eisentraut
2016-04-16psql: Add new gettext triggerPeter Eisentraut
2016-04-15Use less-generic names in matview.sql.Tom Lane
2016-04-15Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.Tom Lane
2016-04-15postgres_fdw: Clean up handling of system columns.Robert Haas
2016-04-15Tweak EXPLAIN for parallel query to show workers launched.Robert Haas
2016-04-15Fix portability problem induced by commit a6f6b7819.Tom Lane
2016-04-15Fix typo in commentMagnus Hagander
2016-04-15Update helptext for vcregress.plMagnus Hagander
2016-04-15Make regression test for multiple synchronous standbys more stable.Fujii Masao
2016-04-15Fix memory leak in GIN index scans.Tom Lane
2016-04-15Rethink \crosstabview's argument parsing logic.Tom Lane
2016-04-15Make init_spin_delay() C89 compliant #2.Andres Freund
2016-04-15Remove trailing commas in enums.Andres Freund
2016-04-15Fix trivial typo.Andres Freund
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Adjust signature of walrcv_receive hook.Tom Lane
2016-04-14Adjust datatype of ReplicationState.acquired_by.Tom Lane
2016-04-14Docs: clarify description of LIMIT/OFFSET behavior.Tom Lane
2016-04-14Fix prototype of pgwin32_bind().Tom Lane
2016-04-14Fix broken dependency-mongering for index operator classes/families.Tom Lane
2016-04-14Fix duplicated index entry in doc.Fujii Masao
2016-04-14Disallow SET SESSION AUTHORIZATION pg_*Stephen Frost
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-14Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund
2016-04-13Fix pg_dump so pg_upgrade'ing an extension with simple opfamilies works.Tom Lane
2016-04-13Avoid atomic operation in MarkLocalBufferDirty().Andres Freund
2016-04-13Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane
2016-04-13Fix assorted portability issues with using msync() for data flushing.Tom Lane
2016-04-13Improve documentation for \crosstabview.Tom Lane
2016-04-13Use PG_INT32_MIN instead of reiterating the constant.Robert Haas
2016-04-12Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane
2016-04-12Fix costing for parallel aggregation.Robert Haas
2016-04-12Remove unused function GetOldestWALSendPointer from walsender code.Fujii Masao
2016-04-12Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane
2016-04-12Improve coding of column-name parsing in psql's new crosstabview.c.Tom Lane
2016-04-12Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0Kevin Grittner
2016-04-12Improve API of GenericXLogRegister().Tom Lane
2016-04-12In generic WAL application and replay, ensure page "hole" is always zero.Tom Lane
2016-04-12Add page id to bloom indexTeodor Sigaev
2016-04-12Remove unnecessary definition of _WIN64 in libpq/win32.mak.Tom Lane