summaryrefslogtreecommitdiff
path: root/contrib/pgrowlocks
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-181-1/+1
* meson: Add windows resource filesAndres Freund2022-10-051-3/+11
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+27
* Add a regression test for contrib/pgrowlocks.Tom Lane2022-09-014-0/+281
* Use has_privs_for_roles for predefined role checksJoe Conway2022-03-281-1/+1
* Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier2022-03-081-30/+4
* pgrowlocks: Fix incorrect format placeholdersPeter Eisentraut2021-12-081-3/+3
* Rename Default Roles to Predefined RolesStephen Frost2021-04-011-1/+1
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-161-96/+77
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-192-8/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Only allow heap in a number of contrib modules.Andres Freund2019-04-011-0/+5
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-231-3/+3
* tableam: Add and use scan APIs.Andres Freund2019-03-111-8/+12
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-211-1/+0
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-1/+1
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-1/+1
* Teach pgrowlocks to check relkind before scanningPeter Eisentraut2017-06-211-1/+13
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+4
* Fix AclResult vs bool type mix-upPeter Eisentraut2017-04-061-2/+3
* Fix pgrowlocks minor coding oversightSimon Riggs2017-03-301-1/+1
* Default monitoring rolesSimon Riggs2017-03-301-3/+6
* Use wrappers of PG_DETOAST_DATUM_PACKED() more.Noah Misch2017-03-121-1/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-0/+1
* Fix handling of multixacts predating pg_upgradeAlvaro Herrera2016-06-241-2/+1
* Minor fixes in contrib installation scripts.Tom Lane2016-06-141-1/+1
* Update pgrowlocks extension for parallel query.Robert Haas2016-06-094-3/+10
* Optimize locking a tuple already locked by another subxactAlvaro Herrera2015-04-101-7/+2
* Fix typos in some error messages thrown by extension scripts when fed to psql.Andres Freund2014-08-251-1/+1
* Avoid uselessly looking up old LOCK_ONLY multixactsAlvaro Herrera2014-07-291-1/+2
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-181-2/+0
* pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow.Robert Haas2013-07-221-1/+2
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-1/+1
* Fix typo in update scripts for some contrib modules.Fujii Masao2013-07-191-2/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-5/+5
* pgrowlocks: fix bogus lock strength outputAlvaro Herrera2013-01-311-3/+8
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-235-56/+147
* Throw a useful error message if an extension script file is fed to psql.Tom Lane2011-10-122-0/+6
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-041-0/+1
* Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.Tom Lane2011-02-131-1/+1
* Convert contrib modules to use the extension facility.Tom Lane2011-02-136-19/+12
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-204-4/+4