Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-01 | Update copyright for 2025 | Bruce Momjian | |
Backpatch-through: 13 | |||
2024-01-04 | Update copyright for 2024 | Bruce Momjian | |
Reported-by: Michael Paquier Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz Backpatch-through: 12 | |||
2023-01-02 | Update copyright for 2023 | Bruce Momjian | |
Backpatch-through: 11 | |||
2022-01-08 | Update copyright for 2022 | Bruce Momjian | |
Backpatch-through: 10 | |||
2021-01-02 | Update copyright for 2021 | Bruce Momjian | |
Backpatch-through: 9.5 | |||
2020-01-01 | Update copyrights for 2020 | Bruce Momjian | |
Backpatch-through: update all files in master, backpatch legal files through 9.4 | |||
2019-01-02 | Update copyright for 2019 | Bruce Momjian | |
Backpatch-through: certain files through 9.4 | |||
2018-01-03 | Update copyright for 2018 | Bruce Momjian | |
Backpatch-through: certain files through 9.3 | |||
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian | |
2016-01-02 | Update copyright for 2016 | Bruce Momjian | |
Backpatch certain files through 9.1 | |||
2015-01-06 | Update copyright for 2015 | Bruce Momjian | |
Backpatch certain files through 9.0 | |||
2014-09-09 | Add new psql help topics, accessible to both --help and \?. | Andres Freund | |
Add --help=<topic> for the commandline, and \? <topic> as a backslash command, to show more help than the invocations without parameters do. "commands", "variables" and "options" currently exist as help topics describing, respectively, backslash commands, psql variables, and commandline switches. Without parameters the help commands show their previous topic. Some further wordsmithing or extending of the added help content might be needed; but there seems little benefit delaying the overall feature further. Author: Pavel Stehule, editorialized by many Reviewed-By: Andres Freund, Petr Jelinek, Fujii Masao, MauMau, Abhijit Menon-Sen and Erik Rijkers. Discussion: CAFj8pRDVGuC-nXBfe2CK8vpyzd2Dsr9GVpbrATAnZO=2YQ0s2Q@mail.gmail.com, CAFj8pRA54AbTv2RXDTRxiAd8hy8wxmoVLqhJDRCwEnhdd7OUkw@mail.gmail.com | |||
2014-01-07 | Update copyright for 2014 | Bruce Momjian | |
Update all files in head, and files COPYRIGHT and legal.sgml in all back branches. | |||
2013-01-01 | Update copyrights for 2013 | Bruce Momjian | |
Fully update git head, and update back branches in ./COPYRIGHT and legal.sgml files. | |||
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian | |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian | |
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-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian | |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | |
back-stamped for this. | |||
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian | |
2005-01-01 | Update copyrights that were missed. | Bruce Momjian | |
2004-08-29 | Update copyright to 2004. | Bruce Momjian | |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | |
2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane | |
so it won't miss 'em again. | |||
2003-03-18 | Make the printing code somewhat more independent by not relying on | Peter Eisentraut | |
functions and global variables from the rest of psql. Also clean up some data type mismatches created by the last pager patch. | |||
2002-11-08 | Here is a patch that does just that, while maintaining the | Bruce Momjian | |
"traditional" behavior, so the change should be transparent. Use the command "\pset pager always" to turn it on. Anything else does the normal toggle between "on" and "off" Greg Sabino Mullane | |||
2002-10-23 | Page \h output and centralize psql paging code in PageOutput(). | Bruce Momjian | |
2002-07-15 | Fix \? and \pset pager handling. \? wasn't honoring pager before. | Bruce Momjian | |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | |
spacing. Also adds space for one-line comments. | |||
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | |
tests pass. | |||
2000-02-16 | Clean up include files use in psql. | Bruce Momjian | |
2000-01-29 | A few minor psql enhancements | Peter Eisentraut | |
Initdb help correction Changed end/abort to commit/rollback and changed related notices Commented out way old printing functions in libpq Fixed a typo in alter table / alter column | |||
2000-01-18 | another set of cleanups | Peter Eisentraut | |
2000-01-14 | Fixed psql variables vs array syntax, as well as minor psql enhancements | Peter Eisentraut | |
1999-11-04 | psql cleanup | Bruce Momjian | |
1999-11-04 | Major psql overhaul by Peter Eisentraut. | Bruce Momjian | |