index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
adminpack
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
Fix pg_file_write() error handling.
Noah Misch
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-02-14
Assorted fixups for "unpackaged" conversion scripts.
Tom Lane
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-12
Properly handle Win32 paths of 'E:abc', which can be either absolute or
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-03-25
Simplify and standardize conversions between TEXT datums and ordinary C
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-13
Add CVS version labels to all install/uninstall scripts.
Bruce Momjian
2007-11-13
Fix insufficient search-path paranoia in SQL function definitions.
Tom Lane
2007-11-11
Make /contrib install/uninstall script consistent:
Bruce Momjian
2007-11-10
Remove references to READMEs from /contrib Makefiles.
Bruce Momjian
2007-11-10
Move most /contrib README files into SGML. Some still need conversion
Bruce Momjian
2007-06-26
Fix PGXS conventions so that extensions can be built against Postgres
Tom Lane
2007-02-09
Add $PostgreSQL$ marker to contrib makefiles.
Peter Eisentraut
2007-01-10
Update copyright script to allow spaces around dash.
Bruce Momjian
2006-11-06
Get rid of some unnecessary dependencies on DataDir: wherever possible,
Tom Lane
2006-10-20
Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
Tom Lane
2006-10-19
Clean up local redeclarations of variables with DLLIMPORT, per report
Tom Lane
2006-10-19
Fix typo.
Neil Conway
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-09-30
Add uninstall script for adminpack - Josh Drake
Tom Lane
2006-07-11
Sort reference of include files, "A" - "F".
Bruce Momjian
2006-06-08
/contrib/adminpack: More clearly identify renaming of existing backend
Bruce Momjian
2006-05-30
Un-DOS-ify newly added files.
Tom Lane
2006-05-30
Add /contrib/adminpack to contrib/Makefile, do case-folding change.
Bruce Momjian
2006-05-30
Add Pgadmin administration functions to /contrib/adminpack.
Bruce Momjian