Commit Graph

39 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 12 years ago
Alvaro Herrera 0531549801 Avoid uselessly looking up old LOCK_ONLY multixacts 12 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Robert Haas 2e44770fa3 pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow. 13 years ago
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple. 13 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Alvaro Herrera 77a3082fc5 pgrowlocks: fix bogus lock strength output 13 years ago
Alvaro Herrera 0ac5ad5134 Improve concurrency of foreign key locking 13 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Tom Lane 029fac2264 Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. 15 years ago
Tom Lane 629b3af27d Convert contrib modules to use the extension facility. 15 years ago
Magnus Hagander fe9b36fd59 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Tatsuo Ishii 40e01e267d Remove outdated Japanese README files per discussion. 17 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Alvaro Herrera 73b0300b2a Move the HTSU_Result enum definition into snapshot.h, to avoid including 18 years ago
Tom Lane 895a94de6d Avoid incrementing the CommandCounter when CommandCounterIncrement is called 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Tom Lane 89fefd9416 Reduce the permissions check needed to use pgrowlocks() to having 19 years ago
Tom Lane 56f3fb3ba1 Restrict pgrowlocks function to superusers. (This might be too strict, 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane 72ec567a9a Simplify contrib Makefiles by removing unnecessary SRCS macro, 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Tom Lane 035599da01 uninstall script for pgrowlocks - Josh Drake 20 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 20 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tatsuo Ishii a34fd95977 Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600 20 years ago
Tatsuo Ishii 66126f9687 Add new contrib function pgrowlocks. See README.pgrowlocks for more details. 20 years ago