summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
AgeCommit message (Expand)Author
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-04-01Only allow heap in a number of contrib modules.Andres Freund
2019-03-24tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-11tableam: Add and use scan APIs.Andres Freund
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-15Don't include heapam.h from others headers.Andres Freund
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2017-06-22Teach pgrowlocks to check relkind before scanningPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-04-06Fix AclResult vs bool type mix-upPeter Eisentraut
2017-03-30Fix pgrowlocks minor coding oversightSimon Riggs
2017-03-30Default monitoring rolesSimon Riggs
2017-03-12Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch
2017-01-21Move some things from builtins.h to new header filesPeter Eisentraut
2016-06-24Fix handling of multixacts predating pg_upgradeAlvaro Herrera
2016-06-14Minor fixes in contrib installation scripts.Tom Lane
2016-06-09Update pgrowlocks extension for parallel query.Robert Haas
2015-04-10Optimize locking a tuple already locked by another subxactAlvaro Herrera
2014-08-25Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund
2014-07-29Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-07-22pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow.Robert Haas
2013-07-22Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas
2013-07-18Fix typo in update scripts for some contrib modules.Fujii Masao
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-31pgrowlocks: fix bogus lock strength outputAlvaro Herrera
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2011-10-12Throw a useful error message if an extension script file is fed to psql.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-02-14Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane
2011-02-14Convert contrib modules to use the extension facility.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-04-28Blank line Makefile cleanups.Bruce Momjian
2009-01-06Remove outdated Japanese README files per discussion.Tatsuo Ishii
2008-06-19Improve our #include situation by moving pointer types away from theAlvaro Herrera
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-03-26Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera
2007-11-30Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane
2007-11-13Add CVS version labels to all install/uninstall scripts.Bruce Momjian
2007-11-11Make /contrib install/uninstall script consistent:Bruce Momjian
2007-11-10Remove references to READMEs from /contrib Makefiles.Bruce Momjian